Files
omarchycn/migrations/1772981757.sh
T

6 lines
190 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.sh"
fi