mirror of
https://github.com/n5amd/NextionDriverInstaller.git
synced 2025-12-06 03:42:00 +01:00
Update install.sh
This commit is contained in:
parent
b2d8c68335
commit
b94c2c6042
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue