From fee9dffaaadbc741bf0d8e1ce6e6892b2877b9b9 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 28 Aug 2023 01:30:35 -0700 Subject: [PATCH] Add curl Signed-off-by: Tommy --- Ubuntu-22.04-Desktop.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ubuntu-22.04-Desktop.sh b/Ubuntu-22.04-Desktop.sh index 5841135..7c6616d 100644 --- a/Ubuntu-22.04-Desktop.sh +++ b/Ubuntu-22.04-Desktop.sh @@ -26,8 +26,7 @@ echo "umask 077" | sudo tee --append /etc/profile # Setup NTS sudo systemctl disable systemd-timesyncd -sudo apt install -y chrony -rm -rf /etc/chrony/chrony.conf +sudo apt install -y curl chrony sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/chrony.conf sudo systemctl restart chronyd