Created
August 16, 2021 13:02
-
-
Save c29r3/78a9992f02efe2ec3416ee3b6b364194 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
sudo apt-get update | |
sudo apt-get install -y ntpdate | |
sudo service ntp stop | |
sudo ntpdate -s time.nist.gov | |
sudo service ntp start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment