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:
KM4ACK 2020-02-13 09:04:41 -06:00 committed by GitHub
parent efc7dde5e7
commit 0b3573f227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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