mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-17 18:51:32 +01:00
FIX 2/2
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user