RROrg-rr/addons/r8125/install.sh
2022-07-01 18:52:57 -03:00

5 lines
153 B
Bash

if [ "${1}" = "rd" ]; then
echo "Installing module for RealTek RTL8125 2.5Gigabit PCI-e Ethernet adapter"
${INSMOD} "/modules/r8125.ko" ${PARAMS}
fi