Created
July 29, 2019 22:34
-
-
Save soundsnw/712da6746d685d2f27bbb22f09e77e46 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Set time zone and enable network time server | |
sudo /usr/sbin/systemsetup -setusingnetworktime off | |
sudo /usr/sbin/systemsetup -settimezone "Europe/London" | |
sudo /usr/sbin/systemsetup -setnetworktimeserver time.euro.apple.com | |
sudo /usr/sbin/systemsetup -setusingnetworktime on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment