Skip to content

Commit

Permalink
Merge pull request #1 from AgilionApps/mysql-and-git
Browse files Browse the repository at this point in the history
Mysql and git
  • Loading branch information
alanpeabody committed Mar 27, 2014
2 parents 709373c + 8618eae commit 3871ab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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
2 changes: 2 additions & 0 deletions scripts/mysql.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export DEBIAN_FRONTEND=noninteractive
apt-get -q -y install mysql-server libmysqlclient-dev

0 comments on commit 3871ab7

Please sign in to comment.