1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Make sure we have the same dependencies

This commit is contained in:
Jean-Baptiste Holcroft 2018-08-10 17:29:21 +02:00
parent 626f858b2e
commit 49929c2295
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ ynh_mysql_create_db "$db_name" "$db_user" "$db_pwd"
#=================================================
# Install packages
ynh_install_app_dependencies php5-gd php5-curl php5-imagick php5-cli php5-zmq
ynh_install_app_dependencies php-gd php-curl php-imagick php-cli php-zmq
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE

View file

@ -65,7 +65,7 @@ path_url=$(ynh_normalize_url_path $path_url)
#=================================================
# Since Movim 0.13, zmq is required
ynh_install_app_dependencies php5-zmq
ynh_install_app_dependencies php-gd php-curl php-imagick php-cli php-zmq
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE