mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
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
|