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
|