From 09ac1ccf8657dd598b5b8cec70c0cb12522bc939 Mon Sep 17 00:00:00 2001 From: morrownr Date: Fri, 9 Dec 2022 12:31:49 -0600 Subject: [PATCH] tweaks --- alpha-2_Country_Codes | 6 +++--- install-driver.sh | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/alpha-2_Country_Codes b/alpha-2_Country_Codes index fe6cae1..ef8bee1 100644 --- a/alpha-2_Country_Codes +++ b/alpha-2_Country_Codes @@ -22,11 +22,11 @@ iw reg get ISO 3166-1 alpha-2 Country Codes -Name Code +Name Code -Afghanistan AF +Afghanistan AF -Åland Islands AX +Åland Islands AX Albania AL diff --git a/install-driver.sh b/install-driver.sh index 4dd2310..422794b 100755 --- a/install-driver.sh +++ b/install-driver.sh @@ -128,15 +128,15 @@ echo "CPU Architecture=${KARCH}" gcc_ver=$(gcc --version | grep -i gcc) echo "gcc --version="${gcc_ver} -# display and check ISO 3166-1 alpha-2 Country Code +# display ISO 3166-1 alpha-2 Country Code a2_country_code=$(iw reg get | grep -i country) echo "Country Code="${a2_country_code} -if [[ $a2_country_code == *"00"* ]]; -then - echo "The Country Code is not properly set." - echo "File alpha-2_Country_Codes is located in the driver directory." - echo "Please read and follow the directions in the file." -fi +#if [[ $a2_country_code == *"00"* ]]; +#then +# echo "The Country Code is not properly set." +# echo "File alpha-2_Country_Codes is located in the driver directory." +# echo "Please read and follow the directions in the file." +#fi # display secure mode status # run if mokutil is installed