From 4be324bd8253f8879371d11fe14293fbba446ef2 Mon Sep 17 00:00:00 2001 From: mfgbhatti Date: Sun, 20 Feb 2022 20:19:28 +0000 Subject: [PATCH] grub themes from Top-5-Bootloader-Themes part 3 --- 3-post-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-post-setup.sh b/3-post-setup.sh index fa21915..357c49d 100755 --- a/3-post-setup.sh +++ b/3-post-setup.sh @@ -37,7 +37,7 @@ install_grub_theme() { logo title "Post Install and cleaning" -if [[ "$LAYOUT" -eq 1 || "$BOOTLOADER" =~ "grub" ]]; then +if [[ "$BOOTLOADER" =~ "grub" ]]; then install_grub_theme fi