From a653b864a3d9040ae33dc996e8afb89ea52ac4a8 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 2 Dec 2023 04:57:31 -0700 Subject: [PATCH] More unpriv curl Signed-off-by: Tommy --- Ubuntu-22.04-Server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubuntu-22.04-Server.sh b/Ubuntu-22.04-Server.sh index f315090..1a903dc 100644 --- a/Ubuntu-22.04-Server.sh +++ b/Ubuntu-22.04-Server.sh @@ -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