- Added htop/imagemagick/tesseract

- htop
- apt autoremove at the end
master
Steve Clement 2018-06-27 15:35:11 +08:00
parent d8eed55baa
commit 21405660bb
1 changed files with 4 additions and 1 deletions

View File

@ -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 ""