mirror of
https://github.com/twisterarmy/twister_script.git
synced 2025-09-07 19:42:35 +00:00
fix the syntax of apt install
This commit is contained in:
parent
2e8108c4ef
commit
d2ccd93b9d
@ -40,7 +40,7 @@ cd ~/${DIRECTORY}
|
|||||||
|
|
||||||
echo -e "Installing needed packages\n"
|
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"
|
echo -e "Downloading required packages\n"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user