mirror of https://github.com/fail2ban/fail2ban
update version (v.1.1.0 in example)
parent
923058484a
commit
33d5baf314
|
@ -17,12 +17,12 @@ This upstream package is very similar the package maintaining for the latest deb
|
||||||
|
|
||||||
<details><summary>Read more ...</summary>
|
<details><summary>Read more ...</summary>
|
||||||
|
|
||||||
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
|
```bash
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
# 1) download deb package and signature:
|
# 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 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.0.2/fail2ban_1.0.2-1.upstream1_all.deb.asc
|
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):
|
# 2) check signature (if you want to be sure file is unmodified):
|
||||||
gpg --verify fail2ban.deb.asc fail2ban.deb
|
gpg --verify fail2ban.deb.asc fail2ban.deb
|
||||||
|
|
Loading…
Reference in New Issue