From 53feb06c950e904a459c89168e48504461dd8d45 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sun, 31 Mar 2019 12:04:32 -0700 Subject: [PATCH] Fix typo --- Vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrant/bootstrap.sh b/Vagrant/bootstrap.sh index 20110bd..758fc29 100644 --- a/Vagrant/bootstrap.sh +++ b/Vagrant/bootstrap.sh @@ -20,7 +20,7 @@ install_python_apt_source() { apt_install_prerequisites() { # Install prerequisites and useful tools apt-get update - #apt-get install -y apt-fast + apt-get install -y apt-fast 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