From 82bb03b4783b02f6a5177cda4d4ba6052d1c5c5a Mon Sep 17 00:00:00 2001 From: skrimix <28156185+skrimix@users.noreply.github.com> Date: Tue, 12 Apr 2022 10:59:51 +0500 Subject: [PATCH] Small fix --- onlineinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onlineinstall.sh b/onlineinstall.sh index 779ab99..a14f2a6 100644 --- a/onlineinstall.sh +++ b/onlineinstall.sh @@ -87,7 +87,7 @@ echo -e "\nInstallation completed\nNow you can run the Loader from $TARGETPATH/L } linux_install() { -if [ "$(getconf LONGBIT)" != "64" ]; then +if [ "$(getconf LONG_BIT)" != "64" ]; then echo "You are running x86 Linux" echo "Loader only supports x64 Linux" exit 1