From d3ca7ab32f2afe88fc69080850015218e044f14c Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sat, 15 Aug 2020 22:16:34 +0200 Subject: [PATCH] Include bash-completion in package list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f6e552..92d6e54 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ DEBIAN_FRONTEND=noninteractive apt-get purge -y apache2* resolvconf eatmydata ex The following command will install all required packages: ``` -DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends install -y apt-transport-tor brotli bzip2 ca-certificates clamav-daemon clamav-freshclam clamav-milter curl dovecot-imapd dovecot-pop3d git dnsmasq hardlink haveged iptables libsasl2-modules locales locales-all logrotate lsb-release mariadb-server nano postfix postfix-mysql quota quotatool rsync ssh subversion tor unzip vim wget xz-utils zip zopfli +DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends install -y apt-transport-tor bash-completion brotli bzip2 ca-certificates clamav-daemon clamav-freshclam clamav-milter curl dovecot-imapd dovecot-pop3d git dnsmasq hardlink haveged iptables libsasl2-modules locales locales-all logrotate lsb-release mariadb-server nano postfix postfix-mysql quota quotatool rsync ssh subversion tor unzip vim wget xz-utils zip zopfli ``` The following command will install all required build dependencies for nginx and php: ```