mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 18:31:38 +00:00
fix arm install, 4.96
This commit is contained in:
@@ -114,11 +114,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";;
|
||||||
i?86) gamfile="linux-i686.tar.xz";;
|
arm64|aarch64) gamfile="linux-arm64-$useglibc.tar.xz";;
|
||||||
arm|armv7l) gamfile="linux-armv7l.tar.xz";;
|
|
||||||
arm64|aarch64) gamfile="linux-aarch64.tar.xz";;
|
|
||||||
*)
|
*)
|
||||||
echo_red "ERROR: this installer currently only supports i386, 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
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ export whereibelong=$(pwd)
|
|||||||
export dist=$(lsb_release --codename --short)
|
export dist=$(lsb_release --codename --short)
|
||||||
echo "We are running on Ubuntu $dist"
|
echo "We are running on Ubuntu $dist"
|
||||||
export LD_LIBRARY_PATH=~/ssl/lib:~/python/lib
|
export LD_LIBRARY_PATH=~/ssl/lib:~/python/lib
|
||||||
cat /proc/cpuinfo
|
|
||||||
cpucount=$(nproc --all)
|
cpucount=$(nproc --all)
|
||||||
echo "This device has $cpucount CPUs for compiling..."
|
echo "This device has $cpucount CPUs for compiling..."
|
||||||
SSLVER=$(~/ssl/bin/openssl version)
|
SSLVER=$(~/ssl/bin/openssl version)
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ else
|
|||||||
export dist=$(lsb_release --codename --short)
|
export dist=$(lsb_release --codename --short)
|
||||||
echo "We are running on Ubuntu $dist"
|
echo "We are running on Ubuntu $dist"
|
||||||
export LD_LIBRARY_PATH=~/ssl/lib:~/python/lib
|
export LD_LIBRARY_PATH=~/ssl/lib:~/python/lib
|
||||||
cat /proc/cpuinfo
|
|
||||||
cpucount=$(nproc --all)
|
cpucount=$(nproc --all)
|
||||||
echo "This device has $cpucount CPUs for compiling..."
|
echo "This device has $cpucount CPUs for compiling..."
|
||||||
SSLVER=$(~/ssl/bin/openssl version)
|
SSLVER=$(~/ssl/bin/openssl version)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import platform
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
gam_author = 'Jay Lee <jay0lee@gmail.com>'
|
gam_author = 'Jay Lee <jay0lee@gmail.com>'
|
||||||
gam_version = '4.95'
|
gam_version = '4.96'
|
||||||
gam_license = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
gam_license = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
||||||
|
|
||||||
GAM_URL = 'https://git.io/gam'
|
GAM_URL = 'https://git.io/gam'
|
||||||
|
|||||||
Reference in New Issue
Block a user