From bd2847603ee7466fff342aa3300b2eefce3992a0 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sun, 31 Mar 2019 12:02:13 -0700 Subject: [PATCH] Update bootstrap.sh --- Vagrant/bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Vagrant/bootstrap.sh b/Vagrant/bootstrap.sh index ca97054..20110bd 100644 --- a/Vagrant/bootstrap.sh +++ b/Vagrant/bootstrap.sh @@ -21,8 +21,7 @@ apt_install_prerequisites() { # Install prerequisites and useful tools apt-get update #apt-get install -y apt-fast - time apt-fast install -y jq whois build-essential git docker docker-compose unzip mongodb-org python3.6 python3.6-dev - exit 0 + apt-fast install -y jq whois build-essential git docker docker-compose unzip mongodb-org python3.6 python3.6-dev # Install pip for Python 3.6 curl https://bootstrap.pypa.io/get-pip.py | sudo -H python3.6 }