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
+1 -1
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
+1
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
#================================================= #=================================================
+1 -1
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