modify ARM DNS to see if it improves reliability / performance

This commit is contained in:
Jay Lee
2020-01-02 14:56:24 -05:00
parent 6c002bb135
commit af48f5de3f

View File

@@ -4,8 +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
echo -e "nameserver 8.8.8.8\nnameserver 8.8.4.4" > /tmp/resolv.conf
sudo cp /tmp/resolv.conf /etc
sudo apt-get -qq --yes update > /dev/null
sudo apt-get -qq --yes install xz-utils > /dev/null
SSLVER=$(~/ssl/bin/openssl version)