Install os-prober for grub

This commit is contained in:
Manuel Thalmann 2023-07-13 21:12:59 +02:00
parent f0eec78de5
commit bcf49369d9

View file

@ -8,7 +8,7 @@ then
else
EFI_BOOT_DIR="${EFI_BOOT_DIR:-"/boot"}";
BOOTLOADER_ID=${BOOTLOADER_ID:-"Arch"};
pacman --noconfirm -Syu grub efibootmgr;
pacman --noconfirm -Syu grub efibootmgr os-prober;
. ../../../Common/Config/GRUB/setup.sh;
fi;