7 lines
67 B
7 lines
67 B
![]()
7 years ago
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
cat >/etc/default/locale<<EOF
|
||
|
LANG="C.UTF-8"
|
||
|
EOF
|