From 617058275f6680ba4f647ab6ac3aa54bd89e5062 Mon Sep 17 00:00:00 2001 From: Sam Heinz Date: Sat, 7 Mar 2026 15:32:26 +1000 Subject: [PATCH] rdtclient: Upgrade aspnetcore-runtime from 9.0 to 10.0 --- install/rdtclient-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rdtclient-install.sh b/install/rdtclient-install.sh index b0436cb1f..1f89886e7 100644 --- a/install/rdtclient-install.sh +++ b/install/rdtclient-install.sh @@ -19,7 +19,7 @@ setup_deb822_repo \ "https://packages.microsoft.com/keys/microsoft-2025.asc" \ "https://packages.microsoft.com/debian/13/prod/" \ "trixie" -$STD apt install -y aspnetcore-runtime-9.0 +$STD apt install -y aspnetcore-runtime-10.0 msg_ok "Installed Dependencies" fetch_and_deploy_gh_release "rdt-client" "rogerfar/rdt-client" "prebuild" "latest" "/opt/rdtc" "RealDebridClient.zip"