mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Merge branch 'master' of https://github.com/jay0lee/GAM
This commit is contained in:
@@ -91,13 +91,13 @@ case $gamos in
|
|||||||
[Mm]ac[Oo][sS]|[Dd]arwin)
|
[Mm]ac[Oo][sS]|[Dd]arwin)
|
||||||
osver=$(sw_vers -productVersion | awk -F'.' '{print $2}')
|
osver=$(sw_vers -productVersion | awk -F'.' '{print $2}')
|
||||||
if (( $osver < 13 )); then
|
if (( $osver < 13 )); then
|
||||||
echo_red "ERROR: GAM currently requires MacOS 10.10 or newer. You are running MacOS 13.$osver. Please upgrade."
|
echo_red "ERROR: GAM currently requires MacOS 10.13 or newer. You are running MacOS 10.$osver. Please upgrade."
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
echo_green "Good, you're running MacOS 10.$osver..."
|
echo_green "Good, you're running MacOS 10.$osver..."
|
||||||
fi
|
fi
|
||||||
gamos="macos"
|
gamos="macos"
|
||||||
gamfile="macos.tar.xz"
|
gamfile="macos-x86_64.tar.xz"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo_red "Sorry, this installer currently only supports Linux and MacOS. Looks like you're runnning on $gamos. Exiting."
|
echo_red "Sorry, this installer currently only supports Linux and MacOS. Looks like you're runnning on $gamos. Exiting."
|
||||||
|
|||||||
Reference in New Issue
Block a user