mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
add php5-cli as dependance
This commit is contained in:
parent
875edb300b
commit
02433c105b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ sudo yunohost app initdb $db_user -p $db_pwd
|
|||
sudo yunohost app setting movim mysqlpwd -v $db_pwd
|
||||
|
||||
# Install packages
|
||||
sudo apt-get install php5-gd php5-curl php5-imagick -y
|
||||
sudo apt-get install php5-gd php5-curl php5-imagick php5-cli -y
|
||||
|
||||
# Install Movim files
|
||||
final_path=/var/www/movim
|
||||
|
|
Loading…
Reference in a new issue