Add net-tools dependency for fedora (#1039)

This commit is contained in:
lantz
2021-02-09 00:17:34 -08:00
committed by GitHub
parent 4a1dbac09b
commit 377a4b5af5
+1 -1
View File
@@ -164,7 +164,7 @@ function mn_deps {
if [ "$DIST" = "Fedora" -o "$DIST" = "RedHatEnterpriseServer" ]; then
$install gcc make socat psmisc xterm openssh-clients iperf \
iproute telnet python-setuptools libcgroup-tools \
ethtool help2man
ethtool help2man net-tools
$install ${PYPKG}-pyflakes pylint ${PYPKG}-pep8-naming \
${PYPKG}-pexpect
elif [ "$DIST" = "SUSE LINUX" ]; then