Update bootstrap.sh

installing ifupdown package in order to add private_network
pull/8/head
Rayen Messaoudi 2018-03-08 11:01:18 +01:00 committed by GitHub
parent 43ed94eff5
commit ccad351d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ apt-get update
echo "--- Install base packages… ---"
apt-get -y install curl net-tools gcc git gnupg-agent make python openssl redis-server sudo vim zip > /dev/null
apt-get -y install curl net-tools ifupdown gcc git gnupg-agent make python openssl redis-server sudo vim zip > /dev/null
echo "--- Installing and configuring Postfix… ---"