diff --git a/distros/cachyos/image.yaml b/distros/cachyos/image.yaml index 4d1bec4..886bce1 100644 --- a/distros/cachyos/image.yaml +++ b/distros/cachyos/image.yaml @@ -318,7 +318,7 @@ actions: /etc/mkinitcpio.conf if ls /opt/pkgs/*.pkg.tar.zst 1>/dev/null 2>&1; then - pacman -U --noconfirm /opt/pkgs/*.pkg.tar.zst + pacman -U --noconfirm --ask 4 /opt/pkgs/*.pkg.tar.zst rm -rf /opt/pkgs KVER=$(ls -1t /lib/modules | head -1) mkinitcpio -k "$KVER" -g "/boot/initrd.img-$KVER" || true