mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 12:51:36 +00:00
Update gam-install.sh
This commit is contained in:
@@ -28,7 +28,7 @@ upgrade_only=false
|
|||||||
gamversion="latest"
|
gamversion="latest"
|
||||||
adminuser=""
|
adminuser=""
|
||||||
regularuser=""
|
regularuser=""
|
||||||
gam_glibc_vers="2.31"
|
gam_glibc_vers="2.35"
|
||||||
|
|
||||||
while getopts "hd:a:o:b:lp:u:r:v:" OPTION
|
while getopts "hd:a:o:b:lp:u:r:v:" OPTION
|
||||||
do
|
do
|
||||||
@@ -113,10 +113,9 @@ case $gamos in
|
|||||||
done
|
done
|
||||||
case $gamarch in
|
case $gamarch in
|
||||||
x86_64) gamfile="linux-x86_64-$useglibc.tar.xz";;
|
x86_64) gamfile="linux-x86_64-$useglibc.tar.xz";;
|
||||||
arm64|aarch64) gamfile="linux-aarch64-glibc2.28.tar.xz";;
|
arm64|aarch64) gamfile="linux-aarch64-$useglibc.tar.xz";;
|
||||||
arm|armv7l) gamfile="linux-armv7l-glibc2.28.tar.xz";;
|
|
||||||
*)
|
*)
|
||||||
echo_red "ERROR: this installer currently only supports x86_64, arm and arm64 Linux. Looks like you're running on $gamarch. Exiting."
|
echo_red "ERROR: this installer currently only supports x86_64 and arm64 Linux. Looks like you're running on $gamarch. Exiting."
|
||||||
exit
|
exit
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user