Fix typo in install.sh/mn_deps for Fedora/RHEL

thanks to Andy Fingerhut

closes #1188
This commit is contained in:
lantz
2023-07-06 06:49:40 -07:00
committed by GitHub
parent 5b1b376336
commit 39103f4c9d
+1 -1
View File
@@ -165,7 +165,7 @@ function mn_deps {
$install gcc make socat psmisc xterm openssh-clients iperf \ $install gcc make socat psmisc xterm openssh-clients iperf \
iproute telnet python-setuptools libcgroup-tools \ iproute telnet python-setuptools libcgroup-tools \
ethtool help2man net-tools ethtool help2man net-tools
$install ${PYPKG}-pyflakes pylint ${PYPKG}-pep8-naming $install ${PYPKG}-pyflakes pylint ${PYPKG}-pep8-naming \
${PYPKG}-pexpect ${PYPKG}-pexpect
elif [ "$DIST" = "SUSE LINUX" ]; then elif [ "$DIST" = "SUSE LINUX" ]; then
$install gcc make socat psmisc xterm openssh iperf \ $install gcc make socat psmisc xterm openssh iperf \