Removed required package

This commit is contained in:
Oweoqi 2014-09-17 12:22:59 +08:00
parent 4a6301374e
commit 6f90c570e5

View File

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