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