Change the default bootloader ID
This commit is contained in:
parent
897196e42b
commit
ac2eb53194
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ then
|
||||||
sudo bash "$BASH_SOURCE" "$USER";
|
sudo bash "$BASH_SOURCE" "$USER";
|
||||||
else
|
else
|
||||||
EFI_BOOT_DIR="${EFI_BOOT_DIR:-"/boot"}";
|
EFI_BOOT_DIR="${EFI_BOOT_DIR:-"/boot"}";
|
||||||
BOOTLOADER_ID=${BOOTLOADER_ID:-"GRUB"};
|
BOOTLOADER_ID=${BOOTLOADER_ID:-"Arch"};
|
||||||
pacman --noconfirm -Syu grub efibootmgr;
|
pacman --noconfirm -Syu grub efibootmgr;
|
||||||
. ../../../Common/Config/GRUB/setup.sh;
|
. ../../../Common/Config/GRUB/setup.sh;
|
||||||
fi;
|
fi;
|
||||||
|
|
Loading…
Reference in a new issue