Skip to content

Commit

Permalink
Install php-xdebug during bootstrap (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
hesyifei authored and anugupta committed Jul 25, 2019
1 parent 6faf351 commit 9363da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ add-apt-repository -y ppa:ondrej/nginx-mainline
apt-get update
apt-get upgrade

apt-get install -y nginx php${php_version} php${php_version}-fpm php${php_version}-gd php${php_version}-mysql php${php_version}-cgi php${php_version}-cli php${php_version}-curl php${php_version}-mbstring ffmpeg vim git-core mysql-server mysql-client curl tmux
apt-get install -y nginx php${php_version} php${php_version}-fpm php${php_version}-gd php${php_version}-mysql php${php_version}-cgi php${php_version}-cli php${php_version}-curl php${php_version}-mbstring php${php_version}-xdebug ffmpeg vim git-core mysql-server mysql-client curl tmux

echo "**** add byobu config"
. /vagrant/wp-vagrant/configs/byobu.sh
Expand Down

0 comments on commit 9363da8

Please sign in to comment.