Skip to content

Instantly share code, notes, and snippets.

@nick2474
Forked from pi-aej/debian_add_locale.sh
Created January 14, 2021 02:39
Show Gist options
  • Save nick2474/e6c3c97fb7673b92d198ac7baac2da70 to your computer and use it in GitHub Desktop.
Save nick2474/e6c3c97fb7673b92d198ac7baac2da70 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