diff options
| author | Chris Titus <[email protected]> | 2021-10-27 18:56:37 -0500 |
|---|---|---|
| committer | Chris Titus <[email protected]> | 2021-10-27 18:56:37 -0500 |
| commit | 8a59f337ea81d155824d2f28b4863ed74be12f05 (patch) | |
| tree | dba8672615c9f667b2f676804d1625f1e8ecc5c8 /3-post-setup.sh | |
| parent | 1d66ca76657aa8b4c6db0c54b4c9a0e0130c1678 (diff) | |
| download | ArchTitus-test.tar.xz ArchTitus-test.zip | |
grub installtest
Diffstat (limited to '3-post-setup.sh')
| -rwxr-xr-x | 3-post-setup.sh | 5 |
1 files changed, 2 insertions, 3 deletions
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 <<EOF > /etc/sddm.conf [Theme] Current=Nordic |
