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
a553c9ba9d
commit
79610b19e9
|
|
@ -23,11 +23,11 @@ cd /tmp
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install libcurl4-openssl-dev
|
sudo apt-get install libcurl4-openssl-dev
|
||||||
cd /lib
|
cd /lib
|
||||||
sudo rsync -rl --safe-links localhost:/lib/arm-linux-gnueabihf .
|
sudo rsync -rl --safe-links /lib/arm-linux-gnueabihf .
|
||||||
cd /usr/lib
|
cd /usr/lib
|
||||||
sudo rsync -rl localhost:/usr/lib/arm-linux-gnueabihf .
|
sudo rsync -rl /usr/lib/arm-linux-gnueabihf .
|
||||||
cd /usr/local/include
|
cd /usr/local/include
|
||||||
sudo rsync -rl --safe-links localhost:/usr/include/arm-linux-gnueabihf .
|
sudo rsync -rl --safe-links /usr/include/arm-linux-gnueabihf .
|
||||||
|
|
||||||
echo "+ Getting NextionDriver ..."
|
echo "+ Getting NextionDriver ..."
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue