1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 05:34:42 -04:00

More unpriv curl

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-12-02 04:57:31 -07:00
parent 8538648088
commit a653b864a3
No known key found for this signature in database
GPG Key ID: D30DEC268D3FEB17

View File

@ -39,7 +39,7 @@ sudo apt purge -y aide*
# Setup NTS
sudo systemctl disable --now systemd-timesyncd
sudo apt install -y chrony
sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/chrony.conf
unpriv curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf | sudo tee /etc/chrony/chrony.conf
sudo systemctl restart chronyd
# Setup UFW