diff --git a/How-to-install-or-upgrade-fail2ban-manually.md b/How-to-install-or-upgrade-fail2ban-manually.md index 87a9160..7cb171f 100644 --- a/How-to-install-or-upgrade-fail2ban-manually.md +++ b/How-to-install-or-upgrade-fail2ban-manually.md @@ -17,12 +17,12 @@ This upstream package is very similar the package maintaining for the latest deb
Read more ... -To install the deb-package manually following steps are necessary (here is an example for [1.0.2](https://github.com/fail2ban/fail2ban/releases/tag/1.0.2)): +To install the deb-package manually following steps are necessary (here is an example for [1.1.0](https://github.com/fail2ban/fail2ban/releases/tag/1.1.0)): ```bash cd /tmp/ # 1) download deb package and signature: -wget -O fail2ban.deb https://github.com/fail2ban/fail2ban/releases/download/1.0.2/fail2ban_1.0.2-1.upstream1_all.deb -wget -O fail2ban.deb.asc https://github.com/fail2ban/fail2ban/releases/download/1.0.2/fail2ban_1.0.2-1.upstream1_all.deb.asc +wget -O fail2ban.deb https://github.com/fail2ban/fail2ban/releases/download/1.1.0/fail2ban_1.1.0-1.upstream1_all.deb +wget -O fail2ban.deb.asc https://github.com/fail2ban/fail2ban/releases/download/1.1.0/fail2ban_1.1.0-1.upstream1_all.deb.asc # 2) check signature (if you want to be sure file is unmodified): gpg --verify fail2ban.deb.asc fail2ban.deb