diff --git a/migrations/1772981757.sh b/migrations/1772981757.sh new file mode 100644 index 00000000..145938b6 --- /dev/null +++ b/migrations/1772981757.sh @@ -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