From 2ea2d52ef8422a46a3e9e623c29528cea0c3ab04 Mon Sep 17 00:00:00 2001 From: montagneid Date: Tue, 12 May 2026 14:55:43 +0200 Subject: [PATCH] Remove .net install --- ct/umbraco.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ct/umbraco.sh b/ct/umbraco.sh index 0be94224..bbd9b8aa 100644 --- a/ct/umbraco.sh +++ b/ct/umbraco.sh @@ -32,10 +32,6 @@ function update_script() { $STD apt -y upgrade msg_ok "Updated ${APP} LXC" - msg_info "Updating .NET SDK" - $STD apt install -y dotnet-sdk-10.0 - msg_ok "Updated .NET SDK" - msg_info "Updating Umbraco Templates" $STD dotnet new update msg_ok "Updated Umbraco Templates"