From 6c1087a96e5fe78a62c6ee39217af71508bbb95b Mon Sep 17 00:00:00 2001 From: Krushn Dayshmookh Date: Mon, 16 Dec 2019 22:55:08 +0530 Subject: [PATCH] Enable NetworkManager --- post-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/post-install.sh b/post-install.sh index 64175e0..0653360 100644 --- a/post-install.sh +++ b/post-install.sh @@ -37,4 +37,7 @@ passwd krushn # Setup display manager systemctl enable sddm.service +# Enable services +systemctl enable NetworkManager.service + echo "Configuration done. You can now exit chroot."