We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c2a02 commit 2c5b855Copy full SHA for 2c5b855
Proxmox-8.sh
@@ -29,8 +29,7 @@ systemctl mask debug-shell.service
29
curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/apt/apt.conf.d/99sane-upgrades | tee /etc/apt/apt.conf.d/99sane-upgrades > /dev/null
30
31
# Setup NTS
32
-curl -s https://raw.githubusercontent.com/GrapheneOS/infrastructure/refs/heads/main/etc/chrony.conf | tee /etc/chrony/chrony.conf > /dev/null
33
-sed -i 's/leapseclist/#leapseclist/' /etc/chrony/chrony.conf
+curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/refs/heads/main/etc/chrony/conf.d/10-custom.conf | tee /etc/chrony/conf.d/10-custom.conf > /dev/null
34
systemctl restart chronyd
35
36
# Harden SSH
0 commit comments