1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00

No more dependencies

This commit is contained in:
Kay0u 2020-09-21 15:32:46 +02:00
parent 0636e84a36
commit 9398df4d60
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
3 changed files with 0 additions and 22 deletions

View file

@ -63,13 +63,6 @@ ynh_app_setting_set --app=$app --key=admin_mail_html --value=1
#=================================================
# STANDARD MODIFICATIONS
#=================================================
# INSTALL DEPENDENCIES
#=================================================
ynh_script_progression --message="Installing dependencies..." --weight=9
ynh_install_app_dependencies php7.0-cli
#=================================================
# CREATE A MYSQL DATABASE
#=================================================

View file

@ -22,14 +22,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
#=================================================
# STANDARD REMOVE
#=================================================
# REMOVE DEPENDENCIES
#=================================================
ynh_script_progression --message="Removing dependencies..." --weight=11
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
#=================================================
# REMOVE THE MYSQL DATABASE
#=================================================

View file

@ -168,13 +168,6 @@ ynh_script_progression --message="Activating maintenance mode..." --weight=2
ynh_maintenance_mode_ON
#=================================================
# UPGRADE DEPENDENCIES
#=================================================
ynh_script_progression --message="Upgrading dependencies..." --weight=11
ynh_install_app_dependencies php7.0-cli
#=================================================
# NGINX CONFIGURATION
#=================================================