mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #3865 from holta/rfkill-unblock-wifi
rpi_debian.yml: rfkill unblock wifi
This commit is contained in:
commit
299228e31e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
# This should go away, should only be unblocked by raspi-config
|
# This should go away, should only be unblocked by raspi-config
|
||||||
- name: Enable the WiFi with rfkill
|
- name: Enable the WiFi with rfkill
|
||||||
shell: rfkill unblock 0
|
shell: rfkill unblock wifi
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
|
||||||
- name: Copy the bridge script for RPi
|
- name: Copy the bridge script for RPi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue