Fix reading user bootloader again

This commit is contained in:
Le0xFF 2022-08-28 17:10:40 +02:00
parent 48f1fbfb79
commit a03bb662d9

View File

@ -99,7 +99,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