Skip to content

Commit

Permalink
Clarify which 64-bit architecture the message refers to
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 12, 2024
1 parent a6a7a2a commit 87e9617
Showing 1 changed file with 2 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

0 comments on commit 87e9617

Please sign in to comment.