From ccad351d4c29797cbe8f4b69db85e64fa52f8a41 Mon Sep 17 00:00:00 2001 From: Rayen Messaoudi Date: Thu, 8 Mar 2018 11:01:18 +0100 Subject: [PATCH] Update bootstrap.sh installing ifupdown package in order to add private_network --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index a33fc1a..416448b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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… ---"