mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
6 lines
209 B
Bash
6 lines
209 B
Bash
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/video-acceleration.sh"
|
|
fi
|