From 07037d567a41ca17b625b9db21b92734966be655 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 13 Jan 2022 13:19:46 -0600 Subject: [PATCH] Update 3-post-setup.sh --- 3-post-setup.sh | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/3-post-setup.sh b/3-post-setup.sh index 1671f1c..f6e4774 100755 --- a/3-post-setup.sh +++ b/3-post-setup.sh @@ -41,34 +41,6 @@ echo -e "Updating grub..." grub-mkconfig -o /boot/grub/grub.cfg echo -e "All set!" -echo -ne " -------------------------------------------------------------------------- - Enabling Login Display Manager -------------------------------------------------------------------------- -" -systemctl enable sddm.service -echo -ne " -------------------------------------------------------------------------- - Setting up SDDM Theme -------------------------------------------------------------------------- -" -cat < /etc/sddm.conf -[Theme] -Current=Nordic -EOF - -echo -ne " -------------------------------------------------------------------------- - Enabling Essential Services -------------------------------------------------------------------------- -" -systemctl enable cups.service -ntpd -qg -systemctl enable ntpd.service -systemctl disable dhcpcd.service -systemctl stop dhcpcd.service -systemctl enable NetworkManager.service -systemctl enable bluetooth echo -ne " ------------------------------------------------------------------------- Cleaning