Update install.sh

This commit is contained in:
ElGamal 2019-08-20 15:06:27 +02:00 committed by GitHub
parent 3f154d5ae2
commit e4054482af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 pi-star@localhost:/lib/arm-linux-gnueabihf .
cd /usr/lib
sudo rsync -rl pi-star@localhost:/usr/lib/arm-linux-gnueabihf .
cd /usr/local/include
sudo rsync -rl --safe-links pi-star@localhost:/usr/include/arm-linux-gnueabihf .
echo "+ Getting NextionDriver ..."
cd /tmp