We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43db8fd commit 68e3da3Copy full SHA for 68e3da3
util/install.sh
@@ -192,7 +192,7 @@ function wifi_deps {
192
# Starting around 20.04, installing pyflakes instead of pyflakes3
193
# causes Python 2 to be installed, which is exactly NOT what we want.
194
if [ "$DIST" = "Ubuntu" ] && [ `expr $RELEASE '>=' 20.04` = "1" ]; then
195
- pf=python3-pyflakes3
+ pf=python3-pyflakes
196
fi
197
$install gcc make socat psmisc xterm ssh iperf telnet \
198
ethtool help2man $pf pylint python3-pep8 \
0 commit comments