Skip to content

Commit 68e3da3

Browse files
authored
Update install.sh
1 parent 43db8fd commit 68e3da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function wifi_deps {
192192
# Starting around 20.04, installing pyflakes instead of pyflakes3
193193
# causes Python 2 to be installed, which is exactly NOT what we want.
194194
if [ "$DIST" = "Ubuntu" ] && [ `expr $RELEASE '>=' 20.04` = "1" ]; then
195-
pf=python3-pyflakes3
195+
pf=python3-pyflakes
196196
fi
197197
$install gcc make socat psmisc xterm ssh iperf telnet \
198198
ethtool help2man $pf pylint python3-pep8 \

0 commit comments

Comments
 (0)