mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
nc-wifi fixes: not enabled by default
This commit is contained in:
parent
9b5cd8126f
commit
f3634125a8
@ -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" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user