Created
          October 27, 2020 21:51 
        
      - 
      
- 
        Save ChrisTitusTech/f55e2fd0b39b268fed251d12bd91b5e8 to your computer and use it in GitHub Desktop. 
Revisions
- 
        ChrisTitusTech created this gist Oct 27, 2020 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ #!/bin/bash echo "LC_ALL=en_US.UTF-8" | sudo tee -a /etc/environment echo "en_US.UTF-8 UTF-8" | sudo tee -a /etc/locale.gen echo "LANG=en_US.UTF-8" | sudo tee -a /etc/locale.conf sudo locale-gen en_US.UTF-8