void-bash-installer/step1/40-bootloader

8 lines
86 B
Plaintext

if test -d /sys/firmware/efi; then
addpkg "grub-x86_64-efi"
else
addpkg "grub"
fi