fix more bugs

This commit is contained in:
godalming123 2022-03-05 09:45:23 +00:00 committed by GitHub
parent f9113e8fbe
commit 06621d0e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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