diff --git a/check_process b/check_process index d36fcae..4645a79 100644 --- a/check_process +++ b/check_process @@ -5,7 +5,7 @@ path="/path" (PATH) wifi_ssid="myNeutralNetwork" wifi_passphrase="VhegT8oev0jZI" (PASSWORD) - firmware_nonfree="yes" + firmware_nonfree="no" ; Checks pkg_linter=1 setup_sub_dir=1 diff --git a/scripts/install b/scripts/install index 931157a..c252683 100644 --- a/scripts/install +++ b/scripts/install @@ -129,6 +129,7 @@ else # Extract from http://packages.trisquel.info/toutatis-updates/open-ath9k-htc-firmware # https://www.fsf.org/news/ryf-certification-thinkpenguin-usb-with-atheros-chip # https://wiki.debian.org/ath9k_htc/open_firmware + mkdir -p /lib/firmware sudo install -b -o root -g root -m 0644 ../conf/firmware_htc-7010.fw /lib/firmware/htc_7010.fw sudo install -b -o root -g root -m 0644 ../conf/firmware_htc-9271.fw /lib/firmware/htc_9271.fw fi