Update install/nightscout-install.sh

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Francesco Vattiato 2026-01-18 06:23:09 +01:00
parent fb1fbf0a6e
commit f66487cbb8

View File

@ -13,7 +13,7 @@ network_check
update_os update_os
msg_info "Installing Dependencies" 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" msg_ok "Installed Dependencies"
MONGO_VERSION="8.0" setup_mongodb MONGO_VERSION="8.0" setup_mongodb