Skip to content

Instantly share code, notes, and snippets.

@amirrpp
Created April 13, 2018 19:07
Show Gist options
  • Save amirrpp/b7d83f384a412d38903273b7b81ff623 to your computer and use it in GitHub Desktop.
Save amirrpp/b7d83f384a412d38903273b7b81ff623 to your computer and use it in GitHub Desktop.
#!/bin/bash
cat <<EOT > /etc/default/locale
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
LC_TYPE=en_US.UTF-8
EOT
locale-gen en_US.UTF-8
dpkg-reconfigure locales
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment