Update install.sh

This commit is contained in:
EA5KL 2019-09-30 20:24:09 +02:00 committed by GitHub
parent b2d8c68335
commit b94c2c6042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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