Update gam-install.sh

This commit is contained in:
Jay Lee
2020-12-08 12:23:04 -05:00
committed by GitHub
parent d920dbd79e
commit 59a3a68357

View File

@@ -140,7 +140,8 @@ case $gamos in
echo_red "Sorry, you need to be running at least MacOS $gam_macos_ver to run GAM"
exit
fi
gamfile="macos-x86_64-$use_macos_ver.tar.xz"
#gamfile="macos-x86_64-$use_macos_ver.tar.xz"
gamfile="macos-x86_64.tar.xz"
;;
*)
echo_red "Sorry, this installer currently only supports Linux and MacOS. Looks like you're runnning on $gamos. Exiting."