From 21405660bb2260756e0a16617954e983fc777c57 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Wed, 27 Jun 2018 15:35:11 +0800 Subject: [PATCH] - Added htop/imagemagick/tesseract - htop - apt autoremove at the end --- scripts/bootstrap.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 43991cb..67f0180 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -109,7 +109,7 @@ sudo apt-get -y upgrade sudo apt-get -y autoremove 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 zip > /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 zip python3-pythonmagick tesseract-ocr htop imagemagick > /dev/null 2>&1 echo "--- Installing and configuring Postfix ---" @@ -616,6 +616,9 @@ echo "--- Ignoring filemode on all submodules ---" cd $PATH_TO_MISP git submodule foreach --recursive git config core.filemode false +echo "--- autoremove for apt ---" +apt-get autoremove + echo "--- Setting Baseurl ---" sudo $PATH_TO_MISP/app/Console/cake Baseurl ""