From 8a59f337ea81d155824d2f28b4863ed74be12f05 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 27 Oct 2021 18:56:37 -0500 Subject: grub install --- 3-post-setup.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '3-post-setup.sh') diff --git a/3-post-setup.sh b/3-post-setup.sh index 1b63457..a550d20 100755 --- a/3-post-setup.sh +++ b/3-post-setup.sh @@ -10,14 +10,13 @@ echo -e "\nFINAL SETUP AND CONFIGURATION" +grub-mkconfig -o /boot/grub/grub.cfg + # ------------------------------------------------------------------------ echo -e "\nEnabling Login Display Manager" - systemctl enable sddm.service - echo -e "\nSetup SDDM Theme" - cat < /etc/sddm.conf [Theme] Current=Nordic -- cgit v1.2.3