Created
October 25, 2017 09:31
-
-
Save MoonshineSG/9695f265b7029dec72e1d79357b63062 to your computer and use it in GitHub Desktop.
This file contains 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
sudo locale-gen en_US.UTF-8 | |
sudo dpkg-reconfigure locales | |
sudo sh -c "echo 'LC_ALL=en_US.UTF-8\nLANG=en_US.UTF-8' >> /etc/environment" | |
sudo sh -c "echo -e 'LANG=en_US.UTF-8\nLC_ALL=en_US.UTF-8' >> /etc/default/locale" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment