Update debian-setup.sh

This commit is contained in:
2025-11-27 13:52:18 +00:00
parent 75b84a66a8
commit 875f7ce53f

View File

@@ -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