From 9d21ec7425e46ded7f4c9be2ca6b4fa380723f03 Mon Sep 17 00:00:00 2001
From: "Bryan L. Gay" <TheLinuxNinja@users.noreply.github.com>
Date: Wed, 15 May 2019 20:34:06 -0400
Subject: [PATCH] fix dhcpcd typo

---
 install/system/services/menu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/system/services/menu b/install/system/services/menu
index 487c492..00f738a 100644
--- a/install/system/services/menu
+++ b/install/system/services/menu
@@ -56,7 +56,7 @@ for itm in $sel; do
     '"networkmanager"')
       systemctl disable dhcpcd
       if (svcenable NetworkManager) then
-        svcdisable dhcpd
+        svcdisable dhcpcd
       fi
     ;;
     '"openssh"')