Skip to content

Instantly share code, notes, and snippets.

@boxbilling
Created June 22, 2012 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boxbilling/2974073 to your computer and use it in GitHub Desktop.
Save boxbilling/2974073 to your computer and use it in GitHub Desktop.
Install new locale on Debian
#!/bin/bash
# Install new locale
#
# $ sudo sh install_locale.sh fr_FR
cd /usr/share/locales
./install-language-pack $1
dpkg-reconfigure locales
locale -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment