Skip to content

Instantly share code, notes, and snippets.

@f3l3gy
Created April 24, 2018 09:09
Show Gist options
  • Save f3l3gy/39514394af38f69066045be7d00b2de5 to your computer and use it in GitHub Desktop.
Save f3l3gy/39514394af38f69066045be7d00b2de5 to your computer and use it in GitHub Desktop.
cat <<EOT >> /etc/default/locale
  #Set default LOCALE to UTF8
  LANG=en_US.UTF-8
  LC_ALL=en_US.UTF-8
  EOT
#!/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