fix cachy with new kernel pkg

This commit is contained in:
Dan Kluser
2026-05-10 09:15:26 +02:00
parent 73bfdd288b
commit 3db57b8de7
+1 -1
View File
@@ -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