Update debian-setup.sh
This commit is contained in:
parent
e958aa23c6
commit
5efb97b6a6
@ -92,10 +92,9 @@ systemctl restart ssh
|
|||||||
echo "[INFO] Configuring time sync service"
|
echo "[INFO] Configuring time sync service"
|
||||||
# from debian 12, ntp is replaced by ntpsec
|
# from debian 12, ntp is replaced by ntpsec
|
||||||
sudo apt remove ntpdate
|
sudo apt remove ntpdate
|
||||||
apt install -y ntpsec ntpstat
|
apt install -y ntpsec
|
||||||
|
|
||||||
systemctl stop ntp
|
ntpq -p
|
||||||
systemctl start ntp
|
|
||||||
|
|
||||||
|
|
||||||
# enable bbr, requires 4.9.0 or higher
|
# enable bbr, requires 4.9.0 or higher
|
||||||
|
Loading…
Reference in New Issue
Block a user