Skip to content

Commit

Permalink
use always no-install-recommends
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Sep 1, 2017
1 parent 009c82e commit f492269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/nextcloudpi-config.d/dnsmasq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ show_info()
install()
{
apt-get update
apt-get install -y dnsmasq
apt-get install --no-install-recommends -y dnsmasq
update-rc.d dnsmasq disable
}

Expand Down
2 changes: 1 addition & 1 deletion etc/nextcloudpi-config.d/fail2ban.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DESCRIPTION="Brute force protection for SSH and NextCloud"
install()
{
apt-get update
apt-get install fail2ban -y
apt-get install --no-install-recommends -y fail2ban
update-rc.d fail2ban disable
rm -f /etc/fail2ban/jail.d/defaults-debian.conf
}
Expand Down

0 comments on commit f492269

Please sign in to comment.