updated list

This commit is contained in:
mcguirepr89
2022-01-20 08:26:14 -05:00
parent 5d4bd0b06e
commit 5f53ee3c5f
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -221,7 +221,6 @@ do_wifi_country() {
get_labels_lang() {
oIFS="$IFS"
#value=$(unzip -l ${birdnetpi_dir}/model/labels_l18n.zip | awk '{print $4}' | tail -n +4 | grep -ve '^$' | tr '\n' '/')
value=$(cat ${birdnetpi_dir}/model/labels_lang.txt | tr ',' ' ' | tr '\n' ' ')
IFS=" "
get_lang=$(whiptail --menu "Select the file that corresponds to your language" 20 60 10 ${value} 3>&1 1>&2 2>&3)