Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify which 64-bit architecture the message refers to #896

Merged
merged 2 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions constructor/header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ then
#if x86_64
if [ "$(uname -m)" != "x86_64" ]; then
printf "WARNING:\\n"
printf " Your operating system appears not to be 64-bit, but you are trying to\\n"
printf " install a 64-bit version of %s.\\n" "${INSTALLER_NAME}"
printf " Your operating system appears not to be x86_64, but you are trying to\\n"
printf " install a x86_64 version of %s.\\n" "${INSTALLER_NAME}"
printf " Are sure you want to continue the installation? [yes|no]\\n"
printf "[no] >>> "
read -r ans
Expand Down
19 changes: 19 additions & 0 deletions news/896-64bit
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Enhancements

* <news item>

### Bug fixes

* Clarify warning about `x86_64` installers in non-`x86_64` machines. (#895 via #896)

### Deprecations

* <news item>

### Docs

* <news item>

### Other

* <news item>
Loading