Update install.sh

Changed the address of the repository to mine
This commit is contained in:
ElGamal 2019-03-11 09:46:56 +01:00 committed by GitHub
parent 97bf67687a
commit 780cb4b2a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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