From 6fc4726e342fae5086d692e8a34c98538645df22 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Wed, 2 Oct 2024 18:16:24 -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 fa29785e..6727b3cf 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.25 2.31" +gam_arm64_glibc_vers="2.31" strip_gam="--strip-components 0" while getopts "hd:a:o:b:lp:u:r:v:s" OPTION