Update gam-install.sh

This commit is contained in:
Jay Lee
2021-12-28 12:45:37 -05:00
committed by GitHub
parent b158496bea
commit 0b1337070e

View File

@@ -114,9 +114,10 @@ case $gamos in
done
case $gamarch in
x86_64) gamfile="linux-x86_64-$useglibc.tar.xz";;
arm64|aarch64) gamfile="linux-arm64-$useglibc.tar.xz";;
arm64|aarch64) gamfile="linux-arm64-glibc2.28.tar.xz";;
arm|armv7l) gamfile="linux-armv7l-glibc2.28.tar.xz";;
*)
echo_red "ERROR: this installer currently only supports x86_64 and arm64 Linux. Looks like you're running on $gamarch. Exiting."
echo_red "ERROR: this installer currently only supports x86_64, arm and arm64 Linux. Looks like you're running on $gamarch. Exiting."
exit
esac
;;