Fix typeset bug in screen output
This commit is contained in:
parent
de98d7fb74
commit
871ff0d046
1 changed files with 1 additions and 1 deletions
2
archfi
2
archfi
|
@ -934,7 +934,7 @@ archsetlocale(){
|
||||||
echo "LANG=$locale.UTF-8" > /mnt/etc/locale.conf
|
echo "LANG=$locale.UTF-8" > /mnt/etc/locale.conf
|
||||||
echo "echo \"LC_COLLATE=C\" >> /mnt/etc/locale.conf"
|
echo "echo \"LC_COLLATE=C\" >> /mnt/etc/locale.conf"
|
||||||
echo "LC_COLLATE=C" >> /mnt/etc/locale.conf
|
echo "LC_COLLATE=C" >> /mnt/etc/locale.conf
|
||||||
echo "sed -i '/'$locale'.UTF-8/s/^#//g' /mnt/etc/locale.gen"
|
echo "sed -i '/"$locale".UTF-8/s/^#//g' /mnt/etc/locale.gen"
|
||||||
sed -i '/'$locale'.UTF-8/s/^#//g' /mnt/etc/locale.gen
|
sed -i '/'$locale'.UTF-8/s/^#//g' /mnt/etc/locale.gen
|
||||||
archchroot setlocale
|
archchroot setlocale
|
||||||
pressanykey
|
pressanykey
|
||||||
|
|
Loading…
Reference in a new issue