fix more bugs
This commit is contained in:
parent
f9113e8fbe
commit
06621d0e95
|
|
@ -298,7 +298,7 @@ grubInstall () {
|
||||||
# === select grub theme ===
|
# === select grub theme ===
|
||||||
grubTheme () {
|
grubTheme () {
|
||||||
echo -ne "Select your grub theme:\n"
|
echo -ne "Select your grub theme:\n"
|
||||||
options=(cyberRE none)
|
options=("cyberRE" "none")
|
||||||
select_option $? 4 "${options[@]}"
|
select_option $? 4 "${options[@]}"
|
||||||
grub_theme=${options[$?]}
|
grub_theme=${options[$?]}
|
||||||
set_option GRUB_THEME $grub_theme
|
set_option GRUB_THEME $grub_theme
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue