scripts: setup-ubuntu: install additional archiving tools

To allow for additional types of compression in our packages.

See termux/termux-packages#9124.
This commit is contained in:
Henrik Grimler 2023-01-23 08:27:35 +01:00
parent 1f8c8949e2
commit 6e61626b6c
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ PACKAGES+=" git"
PACKAGES+=" lzip"
PACKAGES+=" tar"
PACKAGES+=" unzip"
PACKAGES+=" lrzip"
PACKAGES+=" lzop"
PACKAGES+=" lz4"
PACKAGES+=" zstd"
# Used by common build systems.
PACKAGES+=" autoconf"