From ce2982d6ed9512a0c3247e26292bbea59d52c99d Mon Sep 17 00:00:00 2001 From: ElGamal <706513+ElGamal@users.noreply.github.com> Date: Mon, 19 Aug 2019 16:15:17 +0200 Subject: [PATCH] Update install.sh --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 8dbc45d..3205653 100755 --- a/install.sh +++ b/install.sh @@ -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