From 55d6878f8594b2c1c12a1bacdeac212d330abd40 Mon Sep 17 00:00:00 2001 From: "Anton C. SwartzIV" Date: Mon, 25 Aug 2014 15:42:03 -0400 Subject: [PATCH] Update base.sh --- scripts/base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/base.sh b/scripts/base.sh index b7f9862c..5782f970 100644 --- a/scripts/base.sh +++ b/scripts/base.sh @@ -21,7 +21,7 @@ sudo apt-get update # Install base packages # -qq implies -y --force-yes -sudo apt-get install -qq curl unzip git-core ack-grep +sudo apt-get install -qq curl unzip git-core ack-grep software-properties-common # Git Config and set Owner curl --silent -L $github_url/helpers/gitconfig > /home/vagrant/.gitconfig