Update install.sh

This commit is contained in:
ElGamal 2019-08-19 16:51:35 +02:00 committed by GitHub
parent 380742de18
commit a553c9ba9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,11 +23,11 @@ cd /tmp
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
cd /lib
sudo rsync -rl --safe-links pi-star@192.168.0.11:/lib/arm-linux-gnueabihf .
sudo rsync -rl --safe-links localhost:/lib/arm-linux-gnueabihf .
cd /usr/lib
sudo rsync -rl pi-star@localhost:/usr/lib/arm-linux-gnueabihf .
sudo rsync -rl localhost:/usr/lib/arm-linux-gnueabihf .
cd /usr/local/include
sudo rsync -rl --safe-links pi-star@localhost:/usr/include/arm-linux-gnueabihf .
sudo rsync -rl --safe-links localhost:/usr/include/arm-linux-gnueabihf .
echo "+ Getting NextionDriver ..."
cd /tmp