Added xz and zopfli to chroot

This commit is contained in:
Daniel Winzen
2020-02-06 07:01:33 +01:00
parent 21714d5c25
commit aa22f7fbeb
2 changed files with 4 additions and 1 deletions

View File

@ -101,6 +101,9 @@ BINARIES_GENERAL=(
'/usr/bin/zip'
'/usr/bin/unzip'
'/usr/bin/brotli'
'/usr/bin/unxz'
'/usr/bin/xz'
'/usr/bin/zopfli'
'/usr/bin/curl'
'/usr/bin/rsync'
'/usr/bin/scp'