From ccab593cf6bd2bd6838dd21b5e8232b20a036db2 Mon Sep 17 00:00:00 2001 From: EA5KL <54953241+EA5KL@users.noreply.github.com> Date: Thu, 5 Sep 2019 19:33:52 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d804935..03edc3f 100755 --- a/install.sh +++ b/install.sh @@ -32,7 +32,7 @@ sudo apt-get install libcurl4-openssl-dev echo "+ Getting NextionDriver ..." cd /tmp rm -rf /tmp/NextionDriver -git clone https://github.com/ElGamal/NextionDriver.git; +git clone https://github.com/EA5KL/NextionDriver.git; cd /tmp/NextionDriver 2>/dev/null if [ "$(pwd)" != "/tmp/NextionDriver" ]; then echo "- Getting NextionDriver failed. Cannot continue."; exit; fi