mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
disable dhcpcd when enabling wicd
This commit is contained in:
parent
a3400775c1
commit
a17c39313b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.*.swp
|
||||
*.img
|
||||
*.bz2
|
||||
qemu-raspbian-network/
|
||||
|
||||
@ -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" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user