From 62c7bf027241c1f8049b4b782b63027bda4bbc1f Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 22 Jun 2023 00:31:27 -0700 Subject: [PATCH] Fix package name Signed-off-by: Tommy --- Ubuntu-22.04-Desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubuntu-22.04-Desktop.sh b/Ubuntu-22.04-Desktop.sh index 255e663..5b2cc76 100644 --- a/Ubuntu-22.04-Desktop.sh +++ b/Ubuntu-22.04-Desktop.sh @@ -41,7 +41,7 @@ echo "VerifyHostKeyDNS yes" | sudo tee -a /etc/ssh/ssh_config.d/10-custom.conf #Setup NTS sudo systemctl disable systemd-timesyncd -sudo apt install -y chronyd +sudo apt install -y chrony rm -rf /etc/chrony/chrony.conf sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/chrony.conf sudo systemctl restart chronyd