Update install.sh

This commit is contained in:
ElGamal 2019-08-19 16:15:17 +02:00 committed by GitHub
parent ce35f91f5a
commit ce2982d6ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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