Browse Source

sudo apt-get calls

main
ghost 2 years ago
parent
commit
f37ac80cf5
  1. 4
      twister-cli-installer.sh

4
twister-cli-installer.sh

@ -83,8 +83,8 @@ function install() { @@ -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 ""

Loading…
Cancel
Save