mirror of
https://github.com/YunoHost-Apps/technitium-dns_ynh.git
synced 2024-09-03 20:26:36 +02:00
try2fix
This commit is contained in:
parent
8f094fa48e
commit
49ab35253c
3 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="dotnet-sdk-6.0"
|
||||
pkg_dependencies="aspnetcore-runtime-6.0"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
|
@ -88,6 +88,7 @@ case $DEB_VERSION in
|
|||
;;
|
||||
esac
|
||||
|
||||
ynh_exec_warn_less apt update
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -70,7 +70,7 @@ ynh_remove_nginx_config
|
|||
#=================================================
|
||||
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
|
||||
ynh_remove_app_dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue