Ignore that there are dependencies on the headers, since we're adding new ones

This commit is contained in:
David Heiemeier Hansson
2026-03-26 10:53:22 +01:00
parent 80e019ff7c
commit e7f8826dea
+1 -1
View File
@@ -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 <<EOF | sudo tee /etc/limine-entry-tool.d/intel-panther-lake.conf >/dev/null