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:
parent
764e500461
commit
fbb2436d09
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ if [[ ! $? -eq 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Install PHP dependency
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y php5-cli
|
||||||
|
|
||||||
# Copy files to the right place
|
# Copy files to the right place
|
||||||
final_path=/var/www/baikal
|
final_path=/var/www/baikal
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue