diff --git a/debian-setup.sh b/debian-setup.sh index f3c41c1..3b0d57d 100644 --- a/debian-setup.sh +++ b/debian-setup.sh @@ -92,10 +92,9 @@ systemctl restart ssh # install ntpdate echo "[INFO] Configuring time sync service" # from debian 12, ntp is replaced by ntpsec -sudo apt remove ntpdate -apt install -y ntpsec - -ntpq -p +apt remove ntpdate +DEBIAN_FRONTEND=noninteractive apt install -y -o Dpkg::Options::="--force-confnew" ntpsec +# ntpq -p # enable bbr, requires 4.9.0 or higher