Skip to content

Commit

Permalink
Clarify which 64-bit architecture the message refers to (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Nov 13, 2024
1 parent a6a7a2a commit 4d659e0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
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>

0 comments on commit 4d659e0

Please sign in to comment.