diff --git a/scripts/base.sh b/scripts/base.sh index bf9f525..87be0e3 100644 --- a/scripts/base.sh +++ b/scripts/base.sh @@ -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