diff --git a/src/gam-install.sh b/src/gam-install.sh index 4b8e8547..9a421cd6 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -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."