diff --git a/install/config/hardware/intel/fred.sh b/install/config/hardware/intel/fred.sh index 91cf9e76..c25e4c79 100644 --- a/install/config/hardware/intel/fred.sh +++ b/install/config/hardware/intel/fred.sh @@ -1,9 +1,9 @@ -# Enable Flexible Return and Event Delivery on Dell XPS Panther Lake systems. +# Enable Flexible Return and Event Delivery on Intel Panther Lake. DROP_IN="/etc/limine-entry-tool.d/intel-panther-lake-fred.conf" DEFAULT_LIMINE="/etc/default/limine" -if omarchy-hw-match "XPS" && omarchy-hw-intel-ptl; then +if omarchy-hw-intel-ptl; then if [[ ! -f $DROP_IN ]] || ! grep -q 'fred=on' "$DROP_IN"; then sudo mkdir -p /etc/limine-entry-tool.d cat </dev/null diff --git a/migrations/1777546300.sh b/migrations/1777546300.sh index f96ddb91..fc40e222 100644 --- a/migrations/1777546300.sh +++ b/migrations/1777546300.sh @@ -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