From 8c75440601b7e7e7f36e5ebcc0cd7f5c8cb4df7b Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 20 Jan 2024 00:21:09 -0700 Subject: [PATCH] Configure chronyd Signed-off-by: Tommy --- development.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/development.sh b/development.sh index 67eb8db..65e2197 100644 --- a/development.sh +++ b/development.sh @@ -27,5 +27,9 @@ brew install --cask android-platform-tools chronycontrol github gpg-suite-no-mai brew install gnu-sed echo 'PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"' | sudo tee -a /etc/zshrc +# Configure chronyd +curl https://raw.githubusercontent.com/TommyTran732/macOS-Setup-Script/main/etc/chrony.d/chrony.conf | sudo tee /etc/chrony.d/chrony.conf +sudo chmod 644 /etc/chrony.d/chrony.conf + #Install Rosetta softwareupdate --install-rosetta