Last active
September 12, 2018 20:31
-
-
Save karl-gustav/4918d46d8305868fa7e545a25ce537b2 to your computer and use it in GitHub Desktop.
Fix timezone/ntp issues raspberry pi
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
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