Skip to content

Instantly share code, notes, and snippets.

@christian-rauch
Created February 6, 2018 17:28
Show Gist options
  • Save christian-rauch/0c57898c5b78135259f04881b64010ec to your computer and use it in GitHub Desktop.
Save christian-rauch/0c57898c5b78135259f04881b64010ec to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo service ntp stop
sudo ntpdate -u pool.ntp.org
sudo service ntp start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment