Update gam-install.sh

This commit is contained in:
Jay Lee
2023-08-01 09:13:14 -04:00
committed by GitHub
parent 3a9f294bd0
commit b5c400044a

View File

@@ -133,7 +133,7 @@ case $gamos in
echo_red "Sorry, you need to be running at least glibc $useglibc to run GAM"
exit
fi
gamfile="linux-arm64-$useglibc.tar.xz";;
gamfile="linux-aarch64-$useglibc.tar.xz";;
*)
echo_red "ERROR: this installer currently only supports x86_64 and arm64 Linux. Looks like you're running on $gamarch. Exiting."
exit