mirror of
https://github.com/n5amd/NextionDriverInstaller.git
synced 2026-04-21 06:03:46 +00:00
Update install.sh
This commit is contained in:
parent
ce2982d6ed
commit
a51e4dc966
1 changed files with 7 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
# #
|
# #
|
||||||
# (c)2018-2019 by ON7LDS & EA5KL #
|
# (c)2018-2019 by ON7LDS & EA5KL #
|
||||||
# #
|
# #
|
||||||
# V1.04 #
|
# V1.05 #
|
||||||
# #
|
# #
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|
||||||
|
|
@ -22,6 +22,12 @@ echo "+ Getting cURL library ..."
|
||||||
cd /tmp
|
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
|
||||||
|
sudo rsync -rl --safe-links pi-star@192.168.0.11:/lib/arm-linux-gnueabihf .
|
||||||
|
cd /usr/lib
|
||||||
|
sudo rsync -rl pi-star@localhost:/usr/lib/arm-linux-gnueabihf .
|
||||||
|
cd /usr/local/include
|
||||||
|
sudo rsync -rl --safe-links pi@localhost:/usr/include/arm-linux-gnueabihf .
|
||||||
|
|
||||||
echo "+ Getting NextionDriver ..."
|
echo "+ Getting NextionDriver ..."
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue