Update gam-install.sh

This commit is contained in:
Jay Lee
2020-10-09 11:25:35 -04:00
committed by GitHub
parent 55e5b86ec4
commit e356fe3e85

View File

@@ -28,7 +28,7 @@ upgrade_only=false
gamversion="latest"
adminuser=""
regularuser=""
gam_glibc_vers="2.27 2.23"
gam_glibc_vers="2.31 2.27 2.23"
gam_macos_vers="10.15.6 10.14.6 10.13.6"
while getopts "hd:a:o:b:lp:u:r:v:" OPTION