Skip to content

Commit

Permalink
disable dhcpcd when enabling wicd
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Apr 4, 2017
1 parent 51c7f95 commit 2b4aeb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.*.swp
*.img
*.bz2
qemu-raspbian-network/
6 changes: 4 additions & 2 deletions etc/nextcloudpi-config.d/nc-wifi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ install()

configure()
{
systemctl enable wicd
systemctl start wicd
systemctl stop dhcpcd
systemctl disable dhcpcd
systemctl enable wicd
systemctl start wicd

whiptail --msgbox \
--backtitle "NextCloudPi configuration" \
Expand Down

0 comments on commit 2b4aeb2

Please sign in to comment.