Update igotify-install.sh

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
MeadMaker 2026-02-18 17:40:21 -08:00 committed by GitHub
parent bf5881adc3
commit 2e9a4bacba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ setup_deb822_repo \
"https://packages.microsoft.com/debian/13/prod/" \ "https://packages.microsoft.com/debian/13/prod/" \
"trixie" \ "trixie" \
"main" "main"
$STD apt-get install -y \ $STD apt install -y \
aspnetcore-runtime-10.0 aspnetcore-runtime-10.0
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"