1
0
forked from brl/citadel
citadel/realmfs-builder/realmfs-modules/configure-locale

7 lines
203 B
Plaintext
Raw Normal View History

2018-03-07 18:52:40 -05:00
info "Setting up locale for en_US.UTF8"
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
locale-gen
update-locale LANG=en_US.UTF-8 LC_COLLATE=C
export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_CTYPE=en_US.UTF-8