From b94c2c60422fa52fd50401d99fa8b7d341f215b7 Mon Sep 17 00:00:00 2001 From: EA5KL <54953241+EA5KL@users.noreply.github.com> Date: Mon, 30 Sep 2019 20:24:09 +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 31dca37..7c9ccd5 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