We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99d7e1 commit 62d4135Copy full SHA for 62d4135
setup/host
@@ -5,6 +5,7 @@ set -e
5
sudo apt-get update || true # except this one
6
# Check to make sure we have apache and the php module
7
dpkg -l | grep -q libapache2-mod-php5 || sudo apt-get -y install libapache2-mod-php5
8
+dpkg -l | grep -q php5-curl || sudo apt-get -y install php5-curl
9
10
# enable mod_rewrite
11
sudo a2enmod rewrite
0 commit comments