Skip to content

Instantly share code, notes, and snippets.

@pi-aej
Created May 13, 2016 04:51
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pi-aej/43b0a9882780807e01881be3567c4ded to your computer and use it in GitHub Desktop.
Save pi-aej/43b0a9882780807e01881be3567c4ded to your computer and use it in GitHub Desktop.
dpkg-reconfigure locales locale-gen non-interactive
#Adds a locale to a debian system in non-interactive mode
sudo sed -i '/^#.* en_US.* /s/^#//' /etc/locale.gen
sudo locale-gen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment