From f66487cbb818aa57f634bd37d5efe9f9eba05d85 Mon Sep 17 00:00:00 2001 From: Francesco Vattiato Date: Sun, 18 Jan 2026 06:23:09 +0100 Subject: [PATCH] Update install/nightscout-install.sh Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- install/nightscout-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/nightscout-install.sh b/install/nightscout-install.sh index 30559445f..c231219e5 100644 --- a/install/nightscout-install.sh +++ b/install/nightscout-install.sh @@ -13,7 +13,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y git curl build-essential libssl-dev +$STD apt install -y git build-essential libssl-dev msg_ok "Installed Dependencies" MONGO_VERSION="8.0" setup_mongodb