linux script: GAM 6.58 glibc version correction

This commit is contained in:
Jay Lee
2023-07-23 21:24:36 +00:00
parent e233b88969
commit 5db66a2fb3

View File

@@ -30,8 +30,8 @@ upgrade_only=false
gamversion="latest"
adminuser=""
regularuser=""
gam_x86_64_glibc_vers="2.35 2.31 2.27 2.23 2.19"
gam_arm64_glibc_vers="2.31 2.27 2.23"
gam_x86_64_glibc_vers="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