Update debian-setup.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user