From fe968941b501cfa92ac3771a29318df8aa4775cc Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Mon, 10 Dec 2018 18:29:00 +0100 Subject: [PATCH] fix: [tools] added mailutils to make mail work ;) --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 89f482e..f82e421 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -102,7 +102,7 @@ sudo apt-get -y upgrade > /dev/null 2>&1 sudo apt-get -y autoremove > /dev/null 2>&1 echo "--- Install base packages ---" -sudo apt-get -y install curl net-tools gcc git gnupg-agent make python openssl redis-server sudo tmux vim virtualenvwrapper virtualenv zip python3-pythonmagick tesseract-ocr htop imagemagick asciidoctor jq ntp ntpdate > /dev/null 2>&1 +sudo apt-get -y install curl net-tools gcc git gnupg-agent make python openssl redis-server sudo tmux vim virtualenvwrapper virtualenv zip python3-pythonmagick tesseract-ocr htop imagemagick asciidoctor jq ntp ntpdate mailutils > /dev/null 2>&1 echo "--- Installing and configuring Postfix ---" # # Postfix Configuration: Satellite system