mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
6 lines
162 B
Bash
6 lines
162 B
Bash
# Install MIPI camera support for Intel IPU7 hardware
|
|
|
|
if grep -q "OVTI08F4" /sys/bus/acpi/devices/*/hid 2>/dev/null; then
|
|
omarchy-pkg-add intel-ipu7-camera
|
|
fi
|