mirror of
https://github.com/n5amd/NextionDriverInstaller.git
synced 2025-12-06 03:42:00 +01:00
Update install.sh
Changed the address of the repository to mine
This commit is contained in:
parent
97bf67687a
commit
780cb4b2a2
|
|
@ -21,7 +21,7 @@ fi
|
||||||
echo "+ Getting NextionDriver ..."
|
echo "+ Getting NextionDriver ..."
|
||||||
cd /tmp
|
cd /tmp
|
||||||
rm -rf /tmp/NextionDriver
|
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
|
cd /tmp/NextionDriver 2>/dev/null
|
||||||
if [ "$(pwd)" != "/tmp/NextionDriver" ]; then echo "- Getting NextionDriver failed. Cannot continue."; exit; fi
|
if [ "$(pwd)" != "/tmp/NextionDriver" ]; then echo "- Getting NextionDriver failed. Cannot continue."; exit; fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue