1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-17 18:51:32 +01:00
This commit is contained in:
kprkpr
2016-09-25 20:07:38 +02:00
parent 7d012dee8a
commit 4375feea73

View File

@@ -50,7 +50,7 @@ function horaidioma {
while [[ $opclang == "" ]];do
langs=$(cat /etc/locale.gen | grep '^#[a-zA-Z]' | cut -c2-30 | sort | uniq)
langs=$(cat /etc/locale.gen | grep '^#[a-zA-Z]' | cut -f1 -d" " | cut -c2-30 | sort | uniq)
for addr in $(echo $langs | tr " " "\n")
do
varx+=" $addr $addr"