Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skrimix authored Apr 12, 2022
1 parent 85e71fa commit 82bb03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onlineinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82bb03b

Please sign in to comment.