From 4d328d726ebeaa747c399383019374179a372cfb Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Fri, 5 Oct 2018 06:26:52 +0200 Subject: [PATCH] chg: [tools] Added jupyter notebook (and ntp) --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 5c89bbe..c8ee081 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -110,7 +110,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 zip python3-pythonmagick tesseract-ocr htop imagemagick asciidoctor jq > /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 ntp ntpdate jupyter-notebook > /dev/null 2>&1 echo "--- Installing and configuring Postfix ---"