Skip to content

Commit 62d4135

Browse files
committed
setup/host: adding another dependancy needed on the host
1 parent b99d7e1 commit 62d4135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/host

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set -e
55
sudo apt-get update || true # except this one
66
# Check to make sure we have apache and the php module
77
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
89

910
# enable mod_rewrite
1011
sudo a2enmod rewrite

0 commit comments

Comments
 (0)