fix empty wireless_interfaces in nc-wifi

This commit is contained in:
nachoparker 2017-04-02 19:59:07 +02:00
parent aec77e4ee4
commit 138fecc9f6

View File

@ -35,6 +35,12 @@ configure()
5) F10 to save
6) C to connect" \
20 90
# Installation in QEMU (without a wireless interface) produces
# wicd installation to generate 'wireless_interface = None'.
# It does not hurt to restart it to wlan0 for RPi3 & zero w
sed -i 's|^wireless_interface = None|wireless_interface = wlan0|' /etc/wicd/manager-settings.conf
wicd-curses
}