fix arm install, 4.96

This commit is contained in:
Jay Lee
2019-10-21 15:55:49 -04:00
parent 84f0296917
commit f0ca2e2601
4 changed files with 3 additions and 7 deletions

View File

@@ -2,7 +2,6 @@ export whereibelong=$(pwd)
export dist=$(lsb_release --codename --short)
echo "We are running on Ubuntu $dist"
export LD_LIBRARY_PATH=~/ssl/lib:~/python/lib
cat /proc/cpuinfo
cpucount=$(nproc --all)
echo "This device has $cpucount CPUs for compiling..."
SSLVER=$(~/ssl/bin/openssl version)

View File

@@ -8,7 +8,6 @@ else
export dist=$(lsb_release --codename --short)
echo "We are running on Ubuntu $dist"
export LD_LIBRARY_PATH=~/ssl/lib:~/python/lib
cat /proc/cpuinfo
cpucount=$(nproc --all)
echo "This device has $cpucount CPUs for compiling..."
SSLVER=$(~/ssl/bin/openssl version)