Update debian-setup.sh

This commit is contained in:
Newnius 2024-11-22 06:22:33 +00:00
parent e958aa23c6
commit 5efb97b6a6

View File

@ -92,10 +92,9 @@ systemctl restart ssh
echo "[INFO] Configuring time sync service"
# from debian 12, ntp is replaced by ntpsec
sudo apt remove ntpdate
apt install -y ntpsec ntpstat
apt install -y ntpsec
systemctl stop ntp
systemctl start ntp
ntpq -p
# enable bbr, requires 4.9.0 or higher