From b5c400044ad217e125f0ccef4681927059165ea4 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 1 Aug 2023 09:13:14 -0400 Subject: [PATCH] Update gam-install.sh --- src/gam-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam-install.sh b/src/gam-install.sh index 0f293a63..94d7c6c2 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -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