1
0
mirror of https://github.com/tommytran732/macOS-Setup-Script synced 2024-09-18 15:14:42 -04:00

Configure chronyd

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-01-20 00:21:09 -07:00
parent 60f055696d
commit 8c75440601
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -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