From 346a88037536ed9bd27e2dcca55ff7cb024cfe7f Mon Sep 17 00:00:00 2001 From: RussellTaylor83 Date: Wed, 12 Jan 2022 10:29:42 +0000 Subject: [PATCH] Adding missing dependency for python3 installation --- How-to-install-or-upgrade-fail2ban-manually.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-install-or-upgrade-fail2ban-manually.md b/How-to-install-or-upgrade-fail2ban-manually.md index 8498caf..caf8c00 100644 --- a/How-to-install-or-upgrade-fail2ban-manually.md +++ b/How-to-install-or-upgrade-fail2ban-manually.md @@ -69,7 +69,7 @@ for example: * for `python2`:
`apt install python-pyinotify python-systemd` * for `python3`:
- `apt install python3-pyinotify python3-systemd` + `apt install python3-pyinotify python3-systemd 2to3` - enter your (cloned) interim fail2ban directory:
`cd /tmp/f2b` - if you want to use `python3` execute `./fail2ban-2to3` (and then use `python3` in command below)