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

Merge pull request #1 from Kloadut/master

[fix] Install php5-cli which provides php command
This commit is contained in:
Julien Malik 2014-04-27 00:43:02 +02:00
commit 75cd14a9ba

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