Update install.sh

This commit is contained in:
ElGamal 2019-08-19 17:01:29 +02:00 committed by GitHub
parent 79610b19e9
commit 3f154d5ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
# #
# (c)2018-2019 by ON7LDS & EA5KL #
# #
# V1.05 #
# V1.06 #
# #
#########################################################
@ -22,12 +22,12 @@ echo "+ Getting cURL library ..."
cd /tmp
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
cd /lib
sudo rsync -rl --safe-links /lib/arm-linux-gnueabihf .
cd /usr/lib
sudo rsync -rl /usr/lib/arm-linux-gnueabihf .
cd /usr/local/include
sudo rsync -rl --safe-links /usr/include/arm-linux-gnueabihf .
#cd /lib
#sudo rsync -rl --safe-links /lib/arm-linux-gnueabihf .
#cd /usr/lib
#sudo rsync -rl /usr/lib/arm-linux-gnueabihf .
#cd /usr/local/include
#sudo rsync -rl --safe-links /usr/include/arm-linux-gnueabihf .
echo "+ Getting NextionDriver ..."
cd /tmp