From e7f8826deaa68553c2f95f5d1be4241f1da04d30 Mon Sep 17 00:00:00 2001 From: David Heiemeier Hansson Date: Thu, 26 Mar 2026 10:53:22 +0100 Subject: [PATCH] Ignore that there are dependencies on the headers, since we're adding new ones --- install/config/hardware/intel/ptl-kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/hardware/intel/ptl-kernel.sh b/install/config/hardware/intel/ptl-kernel.sh index 3fec2050..cfc95e36 100644 --- a/install/config/hardware/intel/ptl-kernel.sh +++ b/install/config/hardware/intel/ptl-kernel.sh @@ -5,7 +5,7 @@ if omarchy-hw-intel-ptl; then echo "Detected Intel Panther Lake, installing PTL kernel..." omarchy-pkg-add linux-ptl linux-ptl-headers - sudo pacman -Rns --noconfirm linux linux-headers 2>/dev/null || true + sudo pacman -Rdd --noconfirm linux linux-headers 2>/dev/null || true sudo mkdir -p /etc/limine-entry-tool.d cat </dev/null