1
0
Fork 0
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:
A Holt 2024-12-17 08:26:00 -05:00 committed by GitHub
commit 299228e31e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@
# This should go away, should only be unblocked by raspi-config
- name: Enable the WiFi with rfkill
shell: rfkill unblock 0
shell: rfkill unblock wifi
ignore_errors: True
- name: Copy the bridge script for RPi