Adding missing dependency for python3 installation

master
RussellTaylor83 2022-01-12 10:29:42 +00:00
parent 1f9e55cd56
commit 346a880375
1 changed files with 1 additions and 1 deletions

@ -69,7 +69,7 @@ for example:
* for `python2`:<br/>
`apt install python-pyinotify python-systemd`
* for `python3`:<br/>
`apt install python3-pyinotify python3-systemd`
`apt install python3-pyinotify python3-systemd 2to3`
- enter your (cloned) interim fail2ban directory:<br/>
`cd /tmp/f2b`
- if you want to use `python3` execute `./fail2ban-2to3` (and then use `python3` in command below)