mirror of
https://github.com/n5amd/NextionDriverInstaller.git
synced 2026-01-02 22:50:07 +01:00
added -y to help automate this more
This commit is contained in:
parent
b94c2c6042
commit
4cd7db32d2
|
|
@ -20,8 +20,8 @@ fi
|
|||
|
||||
echo "+ Getting cURL library ..."
|
||||
cd /tmp
|
||||
sudo apt-get update
|
||||
sudo apt-get install libcurl4-openssl-dev
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install libcurl4-openssl-dev
|
||||
#cd /lib
|
||||
#sudo rsync -rl --safe-links pi-star@localhost:/lib/arm-linux-gnueabihf .
|
||||
#cd /usr/lib
|
||||
|
|
|
|||
Loading…
Reference in a new issue