From d163d0d9abdaa9446b610f5392d43de370eb746d Mon Sep 17 00:00:00 2001 From: ronivay Date: Mon, 22 Mar 2021 16:02:31 +0200 Subject: [PATCH] fix architecture error output --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 4ac5f69..eb9e052 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -813,7 +813,7 @@ function RollBackInstallation { function CheckOS { if [[ $(uname -m) != "x86_64" ]]; then - printfail "Installation only supports 64bit OS. You seem to be running architecture: $(uname -m)" + printfail "Installation supports only x86_64. You seem to be running architecture: $(uname -m)" exit 1 fi