mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
fix empty wireless_interfaces in nc-wifi
This commit is contained in:
parent
aec77e4ee4
commit
138fecc9f6
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user