Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # perl: warning: Setting locale failed.
  4. # perl: warning: Please check that your locale settings:
  5. # LANGUAGE = (unset),
  6. # LC_ALL = (unset),
  7. # LC_CTYPE = "UTF-8",
  8. # LANG = "en_US.UTF-8"
  9. # are supported and installed on your system.
  10. # perl: warning: Falling back to the standard locale ("C").
  11.  
  12. export LANGUAGE=en_US.UTF-8
  13. export LANG=en_US.UTF-8
  14. export LC_ALL=en_US.UTF-8
  15. locale-gen en_US.UTF-8
  16. dpkg-reconfigure locales
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement