From 9e4aaf92b8b1a28b22a1a20a64abc380fe5a680a Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 5 Jul 2018 19:43:37 +0200 Subject: [PATCH] chg: [tool] Added jq fix: [gem] needed --pre --- scripts/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index ef8077f..84a8891 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 python3-pythonmagick tesseract-ocr htop imagemagick asciidoctor > /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 asciidoctor jq > /dev/null 2>&1 echo "--- Installing and configuring Postfix ---" @@ -669,7 +669,7 @@ sudo sed -i "s/^misp_url\ =\ 'YOUR_MISP_URL'/misp_url\ =\ 'http:\/\/localhost'/g sudo sed -i "s/^misp_key\ =\ 'YOUR_KEY_HERE'/misp_key\ =\ '$AUTH_KEY'/g" /usr/local/src/mail_to_misp/mail_to_misp_config.py echo "--- Installing asciidoctor-pdf ---" -gem install asciidoctor-pdf +gem install asciidoctor-pdf --pre gem install pygments.rb echo "--- Setting the permissions… ---"