Skip to content

Commit 2050e78

Browse files
committed
make compatible with latest Rasbian Update (2020-02-13), which is disabling Wifi by default
1 parent 378e022 commit 2050e78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: install2.sh

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ error_report() {
2323
}
2424

2525
echo "==> Einrichtung des c't-Raspion ($VER)" | tee -a $LOG
26+
echo "* Wifi einschalten" | tee -a $LOG
27+
rfkill unblock wifi >> $LOG 2>&1
2628

2729
echo "* Hilfspakete hinzufügen, Paketlisten aktualisieren" | tee -a $LOG
2830
sudo dpkg -i $WD/debs/raspion-keyring_2019_all.deb >> $LOG 2>&1

0 commit comments

Comments
 (0)