From a553c9ba9d1f60dbef37714874ffb744a74b1394 Mon Sep 17 00:00:00 2001 From: ElGamal <706513+ElGamal@users.noreply.github.com> Date: Mon, 19 Aug 2019 16:51:35 +0200 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 7a8b9d8..774a976 100755 --- a/install.sh +++ b/install.sh @@ -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