diff --git a/scripts/macos.sh b/scripts/macos.sh index 407addc53..de9b7bdb5 100644 --- a/scripts/macos.sh +++ b/scripts/macos.sh @@ -90,6 +90,11 @@ main_brew() { # Display the time with seconds defaults write com.apple.menuextra.clock ShowSeconds -bool false + # Set timeserver + sudo systemsetup -settimezone GMT + sudo systemsetup -setusingnetworktime on + sudo systemsetup -setnetworktimeserver pool.ntp.org + # Bluetooth # show in menu bar = 18, true # don't show in menu bar = 24, false