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
ce35f91f5a
commit
ce2982d6ed
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ if [ "$EUID" -ne 0 ]
|
|||
exit
|
||||
fi
|
||||
|
||||
echo "+ Getting cURL library ..."
|
||||
cd /tmp
|
||||
sudo apt-get update
|
||||
sudo apt-get install libcurl4-openssl-dev
|
||||
|
||||
echo "+ Getting NextionDriver ..."
|
||||
cd /tmp
|
||||
rm -rf /tmp/NextionDriver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue