From a0363357ef75c00349ca77de7fce204ab653db4d Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Wed, 2 Oct 2024 18:09:19 -0700 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 6727b3cf..fa29785e 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -31,7 +31,7 @@ gamversion="latest" adminuser="" regularuser="" gam_x86_64_glibc_vers="2.35 2.31" -gam_arm64_glibc_vers="2.31" +gam_arm64_glibc_vers="2.25 2.31" strip_gam="--strip-components 0" while getopts "hd:a:o:b:lp:u:r:v:s" OPTION