From 2e9a4bacbac65a37cb375178eb4dd492fcca180c Mon Sep 17 00:00:00 2001 From: MeadMaker <1872247+pfassina@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:40:21 -0800 Subject: [PATCH] Update igotify-install.sh Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- install/igotify-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/igotify-install.sh b/install/igotify-install.sh index 9c10a2511..3c2a76f6a 100644 --- a/install/igotify-install.sh +++ b/install/igotify-install.sh @@ -20,7 +20,7 @@ setup_deb822_repo \ "https://packages.microsoft.com/debian/13/prod/" \ "trixie" \ "main" -$STD apt-get install -y \ +$STD apt install -y \ aspnetcore-runtime-10.0 msg_ok "Installed Dependencies"