mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-19 11:41:31 +01:00
FIX 2/2
This commit is contained in:
@@ -50,7 +50,7 @@ function horaidioma {
|
|||||||
|
|
||||||
while [[ $opclang == "" ]];do
|
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")
|
for addr in $(echo $langs | tr " " "\n")
|
||||||
do
|
do
|
||||||
varx+=" $addr $addr"
|
varx+=" $addr $addr"
|
||||||
|
|||||||
Reference in New Issue
Block a user