Fix intel video acceleration migration scripts (#5288)

This commit is contained in:
Liam Mitchell
2026-04-15 10:07:39 +02:00
committed by GitHub
parent 092b16489d
commit 0204db0578
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +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"
source "$OMARCHY_PATH/install/config/hardware/intel/video-acceleration.sh"
fi