Skip to content

Instantly share code, notes, and snippets.

@karl-gustav
Last active September 12, 2018 20:31
Show Gist options
  • Save karl-gustav/4918d46d8305868fa7e545a25ce537b2 to your computer and use it in GitHub Desktop.
Save karl-gustav/4918d46d8305868fa7e545a25ce537b2 to your computer and use it in GitHub Desktop.
Fix timezone/ntp issues raspberry pi
sudo ln -sf /usr/share/zoneinfo/Europe/Oslo /etc/localtime # found in
sudo apt-get purge ntp*
sudo apt-get install chrony
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment