From af42342e0883b1e8261577075aefa26b0e504040 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Oct 2024 11:11:52 -0400 Subject: [PATCH] install script, both linux archs are on 2.35 now --- src/gam-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gam-install.sh b/src/gam-install.sh index 6727b3cf..8f0e7c3e 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -30,8 +30,8 @@ upgrade_only=false gamversion="latest" adminuser="" regularuser="" -gam_x86_64_glibc_vers="2.35 2.31" -gam_arm64_glibc_vers="2.31" +gam_x86_64_glibc_vers="2.35" +gam_arm64_glibc_vers="2.35" strip_gam="--strip-components 0" while getopts "hd:a:o:b:lp:u:r:v:s" OPTION