From f37ac80cf5b38a87a8f64c2b3f5c741db8c87597 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 12 Dec 2021 06:26:08 +0200 Subject: [PATCH] sudo apt-get calls --- twister-cli-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twister-cli-installer.sh b/twister-cli-installer.sh index 029398f..3f04e1c 100644 --- a/twister-cli-installer.sh +++ b/twister-cli-installer.sh @@ -83,8 +83,8 @@ function install() { exit 1 fi - apt-get update - apt-get install git autoconf libtool build-essential libboost-all-dev libssl-dev libdb++-dev libminiupnpc-dev automake openssl ufw + sudo apt-get update + sudo apt-get install git autoconf libtool build-essential libboost-all-dev libssl-dev libdb++-dev libminiupnpc-dev automake openssl ufw echo ""