From 37f5aea501a6a19efe17f8a8ff13faced1d34ca2 Mon Sep 17 00:00:00 2001 From: briankelleher Date: Sat, 13 Feb 2016 22:37:54 -0500 Subject: [PATCH] curl stuff --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index e11acbc..e57afe9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -98,7 +98,7 @@ Vagrant.configure(2) do |config| echo -e "Installing PHP" sudo add-apt-repository -y ppa:ondrej/php5-5.6 sudo apt-get -y install php5 - sudo apt-get -y install php5-mysql + sudo apt-get -y install php5-mysql php5-curl php5-mcrypt sudo service apache2 restart echo -e "PHP installed. Setting up MySQL database."