understand ip config on ARM

This commit is contained in:
Jay Lee
2020-01-02 14:30:15 -05:00
parent 75eec07207
commit ca77243f4f

View File

@@ -4,6 +4,8 @@ echo "We are running on Ubuntu $dist"
export LD_LIBRARY_PATH=~/ssl/lib:~/python/lib
cpucount=$(nproc --all)
echo "This device has $cpucount CPUs for compiling..."
sudo /sbin/ifconfig
sudo cat /etc/resolv.conf
sudo apt-get -qq --yes update > /dev/null
sudo apt-get -qq --yes install xz-utils > /dev/null
SSLVER=$(~/ssl/bin/openssl version)