From 59a3a68357385007a7469d56c713b19952ecefa7 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Dec 2020 12:23:04 -0500 Subject: [PATCH] Update gam-install.sh --- src/gam-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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."