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

Revert "Update install"

This reverts commit c90fc7f23f.
This commit is contained in:
ericgaspar 2020-07-15 18:15:53 +02:00
parent c90fc7f23f
commit 8235d2c0f1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -47,6 +47,13 @@ ynh_app_setting_set --app=$app --key=path --value=$path_url
ynh_app_setting_set --app=$app --key=is_public --value=$is_public
ynh_app_setting_set --app=$app --key=root_access --value=$root_access
#=================================================
# INSTALL DEPENDENCIES
#=================================================
ynh_script_progression --message="Installing dependencies..." --weight=3
ynh_install_app_dependencies $pkg_dependencies
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================