mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12: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,6 +26,8 @@ install()
|
||||
|
||||
configure()
|
||||
{
|
||||
systemctl stop dhcpcd
|
||||
systemctl disable dhcpcd
|
||||
systemctl enable wicd
|
||||
systemctl start wicd
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user