-
-
Save nick2474/e6c3c97fb7673b92d198ac7baac2da70 to your computer and use it in GitHub Desktop.
dpkg-reconfigure locales locale-gen non-interactive
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
#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