mirror of
https://github.com/km4ack/pi-scripts
synced 2026-08-13 17:52:05 -04:00
add rfkill unblock
rfkill seems to have wifi blocked with buster 20200205. added command at beginning of script to unblock.
This commit is contained in:
parent
efc7dde5e7
commit
0b3573f227
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@
|
|||
#Stretch users should use https://github.com/km4ack/pi-scripts/blob/master/autohotspotN-setup
|
||||
#km4ack 20190923
|
||||
|
||||
#unblock wifi
|
||||
#needed after buster 20200205
|
||||
rfkill unblock all > /dev/null 2>&1
|
||||
|
||||
#update packages
|
||||
apt-get update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue