1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

debug script install, no need pavkage_dependencies

This commit is contained in:
Robles Rodolphe 2021-04-17 23:51:01 +02:00
parent 2c8542eaad
commit 13926c06d4

View file

@ -51,8 +51,8 @@ ynh_app_setting_set --app=$app --key=path --value=$path_url
#================================================= #=================================================
ynh_script_progression --message="Installing dependencies..." --weight=10 ynh_script_progression --message="Installing dependencies..." --weight=10
ynh_install_app_dependencies $pkg_dependencies #ynh_install_app_dependencies $pkg_dependencies
ynh_install_php --phpversion="$php_version" --package="$extra_php_dependencies" #ynh_install_php --phpversion=YNH_PHP_VERSION --package="$extra_php_dependencies"
#================================================= #=================================================
# CREATE DEDICATED USER # CREATE DEDICATED USER