From 377a4b5af5468473a99e717626513e3f579ceb49 Mon Sep 17 00:00:00 2001 From: lantz Date: Tue, 9 Feb 2021 00:17:34 -0800 Subject: [PATCH] Add net-tools dependency for fedora (#1039) --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 5c4b8b7..da4f6d5 100755 --- a/util/install.sh +++ b/util/install.sh @@ -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