From 780cb4b2a27ddca0b180bf957f8d77ff9fcddb1b Mon Sep 17 00:00:00 2001 From: ElGamal <706513+ElGamal@users.noreply.github.com> Date: Mon, 11 Mar 2019 09:46:56 +0100 Subject: [PATCH] Update install.sh Changed the address of the repository to mine --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9c2e5ed..870bc8d 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ fi echo "+ Getting NextionDriver ..." cd /tmp rm -rf /tmp/NextionDriver -git clone https://github.com/on7lds/NextionDriver.git; +git clone https://github.com/ElGamal/NextionDriver.git; cd /tmp/NextionDriver 2>/dev/null if [ "$(pwd)" != "/tmp/NextionDriver" ]; then echo "- Getting NextionDriver failed. Cannot continue."; exit; fi