mirror of
https://github.com/Le0xFF/VoidLinuxInstaller.git
synced 2024-11-22 11:16:22 +03:00
Fix reading user bootloader
This commit is contained in:
parent
9ba2c583b5
commit
2d00a9dc9b
2
vli.sh
2
vli.sh
@ -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 -p $bootloader
|
||||
read -r $bootloader
|
||||
fi
|
||||
|
||||
if [[ "$bootloader" == "EFISTUB" ]] || [[ "$bootloader" == "efistub" ]] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user