diff --git a/scripts/Arch/Software/GRUB/install.sh b/scripts/Arch/Software/GRUB/install.sh index 2cac3611..153574ec 100755 --- a/scripts/Arch/Software/GRUB/install.sh +++ b/scripts/Arch/Software/GRUB/install.sh @@ -7,7 +7,7 @@ then sudo bash "$BASH_SOURCE" "$USER"; else EFI_BOOT_DIR="${EFI_BOOT_DIR:-"/boot"}"; - BOOTLOADER_ID=${BOOTLOADER_ID:-"GRUB"}; + BOOTLOADER_ID=${BOOTLOADER_ID:-"Arch"}; pacman --noconfirm -Syu grub efibootmgr; . ../../../Common/Config/GRUB/setup.sh; fi;