Install Intel GPU hardware acceleration drivers if missing

This commit is contained in:
David Heinemeier Hansson
2026-03-08 15:56:24 +01:00
parent 9746370b62
commit dfc270f79a
+5
View File
@@ -0,0 +1,5 @@
echo "Install Intel GPU hardware acceleration drivers if missing"
if lspci | grep -iE 'vga|3d|display' | grep -qi 'intel'; then
source "$OMARCHY_PATH/install/config/hardware/intel.sh"
fi