nc-wifi fixes: not enabled by default

This commit is contained in:
nachoparker 2017-04-03 20:51:31 +02:00
parent 9b5cd8126f
commit f3634125a8

View File

@ -21,10 +21,14 @@ install()
{
apt-get update
apt install -y --no-install-recommends wicd-curses
systemctl disable wicd
}
configure()
{
systemctl enable wicd
systemctl start wicd
whiptail --msgbox \
--backtitle "NextCloudPi configuration" \
--title "Instructions to configure Wi-Fi" \