Enable fred=on on intel ptl machines
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
echo "Enable FRED on Intel Panther Lake systems"
|
||||
|
||||
DEFAULT_LIMINE="/etc/default/limine"
|
||||
|
||||
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
|
||||
fi
|
||||
Reference in New Issue
Block a user