install script, both linux archs are on 2.35 now

This commit is contained in:
Jay Lee
2024-10-04 11:11:52 -04:00
committed by GitHub
parent 1da63a6be0
commit af42342e08

View File

@@ -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