From 06621d0e95ef910e2053d86f0b2747c17cf444cb Mon Sep 17 00:00:00 2001 From: godalming123 Date: Sat, 5 Mar 2022 09:45:23 +0000 Subject: [PATCH] fix more bugs --- scripts/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/startup.sh b/scripts/startup.sh index e7e12ca..63e522f 100755 --- a/scripts/startup.sh +++ b/scripts/startup.sh @@ -298,7 +298,7 @@ grubInstall () { # === select grub theme === grubTheme () { echo -ne "Select your grub theme:\n" - options=(cyberRE none) + options=("cyberRE" "none") select_option $? 4 "${options[@]}" grub_theme=${options[$?]} set_option GRUB_THEME $grub_theme