1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/technitium-dns_ynh.git synced 2024-09-03 20:26:36 +02:00
This commit is contained in:
navanchauhan 2022-07-04 17:10:45 +05:30
parent 8f094fa48e
commit 49ab35253c
3 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="dotnet-sdk-6.0" pkg_dependencies="aspnetcore-runtime-6.0"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS

View file

@ -88,6 +88,7 @@ case $DEB_VERSION in
;; ;;
esac esac
ynh_exec_warn_less apt update
ynh_install_app_dependencies $pkg_dependencies ynh_install_app_dependencies $pkg_dependencies
#================================================= #=================================================

View file

@ -70,7 +70,7 @@ ynh_remove_nginx_config
#================================================= #=================================================
ynh_script_progression --message="Removing dependencies..." --time --weight=1 ynh_script_progression --message="Removing dependencies..." --time --weight=1
ynh_exec_warn_less apt removepackages-microsoft-prod ynh_exec_warn_less apt remove packages-microsoft-prod -y
# Remove metapackage and its dependencies # Remove metapackage and its dependencies
ynh_remove_app_dependencies ynh_remove_app_dependencies