Created
March 6, 2016 01:05
-
-
Save triple-j/7bfa133afa689240da74 to your computer and use it in GitHub Desktop.
Fix raspberry pi keyboard layout and other localization data
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/sh | |
sudo dpkg-reconfigure keyboard-configuration | |
sudo dpkg-reconfigure locales | |
sudo dpkg-reconfigure tzdata | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment