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:
parent
626f858b2e
commit
49929c2295
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue