Revert "Try debugging F13P issue by not turning on fred there"

This reverts commit f15094c9ef.
This commit is contained in:
David Heinemeier Hansson
2026-04-30 19:30:06 +02:00
parent f15094c9ef
commit 6fc7f90e43
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
echo "Enable FRED on Dell XPS Panther Lake systems"
echo "Enable FRED on Intel Panther Lake systems"
DEFAULT_LIMINE="/etc/default/limine"
if omarchy-hw-match "XPS" && omarchy-hw-intel-ptl && [[ -f $DEFAULT_LIMINE ]] && ! grep -q 'fred=on' "$DEFAULT_LIMINE"; then
if omarchy-hw-intel-ptl && [[ -f $DEFAULT_LIMINE ]] && ! grep -q 'fred=on' "$DEFAULT_LIMINE"; then
source "$OMARCHY_PATH/install/config/hardware/intel/fred.sh"
sudo limine-update