Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. export LANGUAGE=en_US.UTF-8
  4. export LANG=en_US.UTF-8
  5. export LC_ALL=en_US.UTF-8
  6. locale-gen LC_ALL=en_US.UTF-8
  7.  
  8. dpkg-reconfigure locales
  9.  
  10. echo "
  11. export LANGUAGE=en_US.UTF-8
  12. export LANG=en_US.UTF-8
  13. export LC_ALL=en_US.UTF-8
  14. " >> /root/.profile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement