Created
January 29, 2015 19:39
-
-
Save swinton/476a8665aa8e6d50cf01 to your computer and use it in GitHub Desktop.
Update time on Ubuntu using NTP (https://help.ubuntu.com/community/UbuntuTime#Time_Synchronization_using_NTP)
This file contains hidden or 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 | |
| # For more info: https://help.ubuntu.com/community/UbuntuTime#Time_Synchronization_using_NTP | |
| ntpdate ntp.ubuntu.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment