Disable pacman confirmation

This commit is contained in:
Manuel Thalmann 2023-04-01 14:21:30 +02:00
parent 268258c046
commit ec82707171

View file

@ -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;