This commit is contained in:
Slaviša Arežina
2025-12-17 16:30:56 +01:00
committed by GitHub
parent 30056854c9
commit 21f7914294
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ function update_script() {
cp -R /opt/rdtc-backup/appsettings.json /opt/rdtc/
if dpkg-query -W dotnet-sdk-8.0 >/dev/null 2>&1; then
$STD apt remove --purge -y dotnet-sdk-8.0
$STD apt install -y dotnet-sdk-9.0
$STD apt install -y aspnetcore-runtime-9.0
fi
rm -rf /opt/rdtc-backup