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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92df90df6a
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '92df90df6a'
${ noResults }
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