mirror of
https://github.com/fbelavenuto/arpl.git
synced 2025-12-24 06:42:06 +08:00
5 lines
153 B
Bash
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
|