From f5ceda97ece1956988ccccbe9930a56774341571 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 15 Apr 2026 22:58:09 +0200 Subject: [PATCH] Simplify installation command for aspnetcore-runtime --- install/igotify-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/igotify-install.sh b/install/igotify-install.sh index d5969be17..66987b1c8 100644 --- a/install/igotify-install.sh +++ b/install/igotify-install.sh @@ -20,8 +20,7 @@ setup_deb822_repo \ "https://packages.microsoft.com/debian/13/prod/" \ "trixie" \ "main" -$STD apt install -y \ - aspnetcore-runtime-10.0 +$STD apt install -y aspnetcore-runtime-10.0 msg_ok "Installed Dependencies" fetch_and_deploy_gh_release "igotify" "androidseb25/iGotify-Notification-Assistent" "prebuild" "latest" "/opt/igotify" "iGotify-Notification-Service-amd64-v*.zip"