diff --git a/scripts/Software/Arch/GRUB/install.sh b/scripts/Software/Arch/GRUB/install.sh index 3fe0c52d..4b285038 100755 --- a/scripts/Software/Arch/GRUB/install.sh +++ b/scripts/Software/Arch/GRUB/install.sh @@ -3,7 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; EFI_BOOT_DIR="${EFI_BOOT_DIR:-"/boot"}"; BOOTLOADER_ID=${BOOTLOADER_ID:-"GRUB"}; -pacman -Syu grub efibootmgr; +pacman --noconfirm -Syu grub efibootmgr; . ../../Common/GRUB/init.sh; popd > /dev/null;