cat <<EOT >> /etc/default/locale
#Set default LOCALE to UTF8
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
EOT
Created
April 24, 2018 09:09
-
-
Save f3l3gy/39514394af38f69066045be7d00b2de5 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
cat <<EOT >> /etc/default/locale | |
#Set default LOCALE to UTF8 | |
LANG=en_US.UTF-8 | |
LC_ALL=en_US.UTF-8 | |
EOT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment