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
@@ -8,14 +8,6 @@
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers
#=================================================
# RESTORE DOTNET
#=================================================
ynh_script_progression --message="Restoring dotnet..."
ynh_restore_file --origin_path="/opt/dotnet"
ln -sf /opt/dotnet/dotnet /usr/bin
#=================================================
# RESTORE THE APP MAIN DIR
#=================================================