File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,11 @@ setup:
1010 # By default we are greeted with
1111 # "Wi-Fi is currently blocked by rfkill.
1212 # Enable wifi, country is unset, user will set it.
13+ # See https://github.com/RPi-Distro/raspberrypi-net-mods/blob/master/etc/profile.d/wifi-check.sh
1314 sudo rm -f / etc/ profile.d/ wifi-check.sh
14- sudo nmcli radio wifi on || true # See also firstboot.sh
15+
16+ # Enable wifi by default
17+ sudo cp wifi.sh / etc/ profile.d
1518
1619 wget https:// github.com/ grishy/ go-avahi-cname/ releases/ download/ v2.2.5 / go-avahi-cname_2.2.5 _linux_arm64. tar.gz -P / tmp
1720 cd / tmp && tar -xzf / tmp/ go-avahi-cname_2.2.5 _linux_arm64. tar.gz go-avahi-cname
Original file line number Diff line number Diff line change 1+ nmcli radio wifi on
Original file line number Diff line number Diff line change @@ -4,4 +4,3 @@ rm -f /boot/firmware/pieeprom.sig
44rm -f /boot/firmware/pieeprom.upd
55rm -f /boot/firmware/RECOVERY.000
66rm -f /boot/firmware/recovery.bin
7- nmcli radio wifi on || true # See also network/justfile
You can’t perform that action at this time.
0 commit comments