From 9595246119aa732f4cc72b274042689fea06c9e4 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Wed, 16 Oct 2019 19:50:55 +0200 Subject: [PATCH] Added make as dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c3691a..078660a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ echo "deb https://deb.nodesource.com/node_11.x sid main" >> /etc/apt/sources.lis The following command will install all required packages: ``` -apt-get --no-install-recommends install apt-transport-tor bzip2 clamav-daemon clamav-freshclam clamav-milter curl dovecot-imapd dovecot-pop3d git dnsmasq g++ gcc haveged iptables libsasl2-modules locales locales-all logrotate mariadb-server nano nodejs postfix postfix-mysql \ +apt-get --no-install-recommends install apt-transport-tor bzip2 clamav-daemon clamav-freshclam clamav-milter curl dovecot-imapd dovecot-pop3d git dnsmasq g++ gcc haveged iptables libsasl2-modules locales locales-all logrotate make mariadb-server nano nodejs postfix postfix-mysql \ quota quotatool rsync sasl2-bin ssh subversion tor unzip vim vsftpd wget yarn zip ```