Disable pacman
confirmation
This commit is contained in:
parent
2b8ccec043
commit
51a2ff6d52
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue