mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix stupid fail2ban issue
This commit is contained in:
parent
7f4b0ce6e3
commit
01f8ee6b7b
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ install:
|
||||||
- echo "deb http://forge.yunohost.org/debian/ stretch stable testing unstable" > /etc/apt/sources.list.d/yunohost.list
|
- echo "deb http://forge.yunohost.org/debian/ stretch stable testing unstable" > /etc/apt/sources.list.d/yunohost.list
|
||||||
- wget -O- https://forge.yunohost.org/yunohost.asc -q | apt-key add -qq - >/dev/null 2>&1
|
- wget -O- https://forge.yunohost.org/yunohost.asc -q | apt-key add -qq - >/dev/null 2>&1
|
||||||
- apt update
|
- apt update
|
||||||
|
# https://github.com/YunoHost/install_script/blob/3e16abd7c4e1fe9c518cbc573282cb8fb1fcbbd7/install_yunohost#L433-L485
|
||||||
|
- touch /var/log/auth.log
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
debconf-set-selections << EOF
|
debconf-set-selections << EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue