This website works better with JavaScript.
Explore
Help
Sign In
forksand
/
make-live
Watch
1
Star
0
Fork
You've already forked make-live
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
93b8efda84
make-live
/
config
/
hooks
/
normal
/
01-set-locale.hook.chroot
7 lines
67 B
Raw
Blame
History
#!/bin/sh
set
-e
cat >/etc/default/locale
<<EOF
LANG="C.UTF-8"
EOF
Reference in new issue
View Git Blame
Copy Permalink