mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
Fix tests on the CI (level 2)
This commit is contained in:
parent
3c48231c88
commit
546fd17712
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
wifi_ssid="myNeutralNetwork"
|
wifi_ssid="myNeutralNetwork"
|
||||||
wifi_passphrase="VhegT8oev0jZI" (PASSWORD)
|
wifi_passphrase="VhegT8oev0jZI" (PASSWORD)
|
||||||
firmware_nonfree="yes"
|
firmware_nonfree="no"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
|
|
|
@ -129,6 +129,7 @@ else
|
||||||
# Extract from http://packages.trisquel.info/toutatis-updates/open-ath9k-htc-firmware
|
# 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://www.fsf.org/news/ryf-certification-thinkpenguin-usb-with-atheros-chip
|
||||||
# https://wiki.debian.org/ath9k_htc/open_firmware
|
# 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-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
|
sudo install -b -o root -g root -m 0644 ../conf/firmware_htc-9271.fw /lib/firmware/htc_9271.fw
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue