Skip to content
Snippets Groups Projects
Commit 85e1e697 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Do not install python2 with fail2ban

parent 35d1de53
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ def setup(interactive=True):
utils.log('Install fail2ban')
cmds = [
'apt-get update',
'apt-get install -y fail2ban',
'apt-get install -y --no-install-recommends fail2ban',
]
utils.run_commands(cmds)
# configure fail2ban
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment