Skip to content

Commit

Permalink
Adds git to base script
Browse files Browse the repository at this point in the history
  • Loading branch information
beerlington committed Mar 24, 2014
1 parent 0e0f46f commit 7e4d224
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 @@ -2,4 +2,4 @@ apt-get update -y

# Common Packages
# memcached and redis will be running on their standard ports.
apt-get install -y curl redis-server memcached libcurl3 libcurl3-gnutls libcurl4-openssl-dev
apt-get install -y curl git redis-server memcached libcurl3 libcurl3-gnutls libcurl4-openssl-dev

0 comments on commit 7e4d224

Please sign in to comment.