Fix reading user bootloader again on main script

This commit is contained in:
Le0xFF 2022-08-28 17:11:16 +02:00
parent a03bb662d9
commit a632f1bff4

2
vli.sh
View File

@ -208,7 +208,7 @@ function install_bootloader {
else
header_ib
echo -e -n "\nSelect which ${BLUE_LIGHT}bootloader${NORMAL} do you want to use (EFISTUB, GRUB2): "
read -r $bootloader
read -r bootloader
fi
if [[ "$bootloader" == "EFISTUB" ]] || [[ "$bootloader" == "efistub" ]] ; then