fix the syntax of apt install

This commit is contained in:
Alsan 2017-12-03 21:15:25 +08:00
parent 2e8108c4ef
commit d2ccd93b9d

View File

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