From e4054482af5f9c96bddc08f79a55f4fba564e9df Mon Sep 17 00:00:00 2001 From: ElGamal <706513+ElGamal@users.noreply.github.com> Date: Tue, 20 Aug 2019 15:06:27 +0200 Subject: [PATCH] Update install.sh --- install.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index 46e5cb5..5a37b4f 100755 --- a/install.sh +++ b/install.sh @@ -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