Skip to content

Instantly share code, notes, and snippets.

@triple-j
Created March 6, 2016 01:05
Show Gist options
  • Save triple-j/7bfa133afa689240da74 to your computer and use it in GitHub Desktop.
Save triple-j/7bfa133afa689240da74 to your computer and use it in GitHub Desktop.
Fix raspberry pi keyboard layout and other localization data
#!/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