Remove legacy online installer entrypoints, collapse migrations for 4.0, and move setup responsibilities into target-side system, hardware, and user commands.
5 lines
189 B
Bash
5 lines
189 B
Bash
# Install drivers for Motorcomm YT6801 ethernet adapter used by the Slimbook Executive
|
|
if lspci | grep -i "YT6801\|Motorcomm.*Ethernet"; then
|
|
omarchy-pkg-add linux-headers yt6801-dkms
|
|
fi
|