From 39103f4c9de662e605cae33636f8f95ae033c2b1 Mon Sep 17 00:00:00 2001 From: lantz Date: Thu, 6 Jul 2023 06:49:40 -0700 Subject: [PATCH] Fix typo in install.sh/mn_deps for Fedora/RHEL thanks to Andy Fingerhut closes #1188 --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 04f85b0..d84d2c8 100755 --- a/util/install.sh +++ b/util/install.sh @@ -165,7 +165,7 @@ function mn_deps { $install gcc make socat psmisc xterm openssh-clients iperf \ iproute telnet python-setuptools libcgroup-tools \ ethtool help2man net-tools - $install ${PYPKG}-pyflakes pylint ${PYPKG}-pep8-naming + $install ${PYPKG}-pyflakes pylint ${PYPKG}-pep8-naming \ ${PYPKG}-pexpect elif [ "$DIST" = "SUSE LINUX" ]; then $install gcc make socat psmisc xterm openssh iperf \