install dotnet in install_dir

This commit is contained in:
Félix Piédallu
2024-03-07 17:13:03 +01:00
parent d37584eeef
commit d56d744cb6
7 changed files with 15 additions and 53 deletions
-8
View File
@@ -29,14 +29,6 @@ ynh_remove_nginx_config
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
#=================================================
# REMOVE VARIOUS FILES
#=================================================
ynh_script_progression --message="Removing Dotnet..." --weight=1
ynh_secure_remove --file="/usr/bin/dotnet"
ynh_secure_remove --file="/opt/dotnet"
#=================================================
# END OF SCRIPT
#=================================================