Added xz and zopfli to chroot
This commit is contained in:
@ -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:
|
The following command will install all required packages:
|
||||||
```
|
```
|
||||||
apt-get --no-install-recommends install apt-transport-tor brotli bzip2 clamav-daemon clamav-freshclam clamav-milter curl dovecot-imapd dovecot-pop3d git dnsmasq hardlink 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 hardlink 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 xz-utils yarn zip zopfli
|
||||||
```
|
```
|
||||||
The following command will install all required build dependencies for nginx and php:
|
The following command will install all required build dependencies for nginx and php:
|
||||||
```
|
```
|
||||||
|
@ -101,6 +101,9 @@ BINARIES_GENERAL=(
|
|||||||
'/usr/bin/zip'
|
'/usr/bin/zip'
|
||||||
'/usr/bin/unzip'
|
'/usr/bin/unzip'
|
||||||
'/usr/bin/brotli'
|
'/usr/bin/brotli'
|
||||||
|
'/usr/bin/unxz'
|
||||||
|
'/usr/bin/xz'
|
||||||
|
'/usr/bin/zopfli'
|
||||||
'/usr/bin/curl'
|
'/usr/bin/curl'
|
||||||
'/usr/bin/rsync'
|
'/usr/bin/rsync'
|
||||||
'/usr/bin/scp'
|
'/usr/bin/scp'
|
||||||
|
Reference in New Issue
Block a user