1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

[fix] Install php5-cli which provides php command

This commit is contained in:
Alexis Gavoty 2014-04-27 00:41:32 +02:00
parent 764e500461
commit fbb2436d09

View file

@ -11,6 +11,10 @@ if [[ ! $? -eq 0 ]]; then
exit 1
fi
# Install PHP dependency
sudo apt-get update
sudo apt-get install -y php5-cli
# Copy files to the right place
final_path=/var/www/baikal