Skip to content

Commit

Permalink
Merge pull request fideloper#379 from necrogami/master
Browse files Browse the repository at this point in the history
Update base.sh for software-properties-common
  • Loading branch information
fideloper committed Aug 26, 2014
2 parents c1679e1 + 55d6878 commit a27e8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a27e8cc

Please sign in to comment.