Simplify installation command for aspnetcore-runtime

This commit is contained in:
Tobias
2026-04-15 22:58:09 +02:00
committed by GitHub
parent 76a6ad64e1
commit f5ceda97ec

View File

@@ -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"