Skip to content

Commit

Permalink
Use meta-packages for php cli/xml
Browse files Browse the repository at this point in the history
  • Loading branch information
GM-Script-Writer-62850 committed Oct 5, 2017
1 parent 2d65851 commit 4199168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Expand Up @@ -7,7 +7,7 @@ here=$(dirname $0)
if [ $(apt-cache policy php5 | wc -l) -gt 4 ];then
php="php5-cli"
else
php="php7.0-cli php7.0-xml"
php="php-cli php-xml"
fi
echo "Need a couple dependencies"
sudo apt-get install -m curl libnotify-bin $php
Expand Down

0 comments on commit 4199168

Please sign in to comment.