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