Skip to content

Commit

Permalink
Fixes #19 Correct package name for PHP Pear
Browse files Browse the repository at this point in the history
  • Loading branch information
mca-gif committed May 12, 2016
1 parent b9b4ef0 commit ac3aa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision.sh
Expand Up @@ -80,7 +80,7 @@ EOF
}

php_go() {
apt-get -y install php5 php5-curl php5-mysql php5-sqlite php5-xdebug php5-pear
apt-get -y install php5 php5-curl php5-mysql php5-sqlite php5-xdebug php-pear

sed -i "s/display_startup_errors = Off/display_startup_errors = On/g" ${php_config_file}
sed -i "s/display_errors = Off/display_errors = On/g" ${php_config_file}
Expand Down

0 comments on commit ac3aa8a

Please sign in to comment.