From e30fb10da71ee579ce8808704a0cf7f96390534f Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 11 Mar 2019 23:43:39 +0000 Subject: [PATCH] Added /bin/cp /etc/dhcpcd.conf to sudoers --- installers/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/common.sh b/installers/common.sh index 28532414..e90156a4 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -248,6 +248,7 @@ function patch_system_files() { "/etc/init.d/dnsmasq start" "/etc/init.d/dnsmasq stop" "/bin/cp /tmp/dhcpddata /etc/dnsmasq.conf" + "/bin/cp /tmp/dhcpddata /etc/dhcpcd.conf" "/sbin/shutdown -h now" "/sbin/reboot" "/sbin/ip link set wlan[0-9] down"