Skip to content

Commit

Permalink
nc-wifi fixes: not enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Apr 3, 2017
1 parent 9b5cd81 commit f363412
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/nextcloudpi-config.d/nc-wifi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit f363412

Please sign in to comment.