mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Remove legacy online installer entrypoints, collapse migrations for 4.0, and move setup responsibilities into target-side system, hardware, and user commands.
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
|