Skip to content

Commit

Permalink
curl stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
briankelleher committed Feb 14, 2016
1 parent cb7184e commit 37f5aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 37f5aea

Please sign in to comment.