Browse Source

fix the syntax of apt install

master
Alsan 7 years ago
parent
commit
d2ccd93b9d
  1. 2
      twister_install.sh

2
twister_install.sh

@ -40,7 +40,7 @@ cd ~/${DIRECTORY} @@ -40,7 +40,7 @@ cd ~/${DIRECTORY}
echo -e "Installing needed packages\n"
sudo apt update && sudo apt -y install git autoconf libtool build-essential libboost-all-dev libssl-dev libdb++-dev libminiupnpc-dev automake
sudo apt update && sudo apt install -y git autoconf libtool build-essential libboost-all-dev libssl-dev libdb++-dev libminiupnpc-dev automake
echo -e "Downloading required packages\n"

Loading…
Cancel
Save