From fcd1a370923f1738c7b1c12208c68f60df366f3a Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Thu, 6 Feb 2020 06:33:15 +0100 Subject: [PATCH] Add brotli to chroot --- README.md | 2 +- var/www/setup_chroot.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c94491..53dda46 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ echo "deb https://deb.torproject.org/torproject.org sid main" >> /etc/apt/source 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 haveged iptables libsasl2-modules locales locales-all logrotate mariadb-server nano nodejs postfix postfix-mysql quota quotatool rsync ssh subversion tor unzip vim vsftpd wget yarn zip +apt-get --no-install-recommends install apt-transport-tor brotli bzip2 clamav-daemon clamav-freshclam clamav-milter curl dovecot-imapd dovecot-pop3d git dnsmasq haveged iptables libsasl2-modules locales locales-all logrotate mariadb-server nano nodejs postfix postfix-mysql quota quotatool rsync ssh subversion tor unzip vim vsftpd wget yarn zip ``` The following command will install all required build dependencies for nginx and php: ``` diff --git a/var/www/setup_chroot.sh b/var/www/setup_chroot.sh index 9f83cae..9ca261a 100755 --- a/var/www/setup_chroot.sh +++ b/var/www/setup_chroot.sh @@ -100,6 +100,7 @@ BINARIES_GENERAL=( '/bin/gunzip' '/usr/bin/zip' '/usr/bin/unzip' + '/usr/bin/brotli' '/usr/bin/curl' '/usr/bin/rsync' '/usr/bin/scp'