mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Use native xz
This commit is contained in:
@@ -277,12 +277,12 @@ function adaptative_prepare_host_dependencies() {
|
||||
zlib1g-dev
|
||||
|
||||
# by-category below
|
||||
file tree expect # logging utilities; expect is needed for 'unbuffer' command
|
||||
colorized-logs # for ansi2html, ansi2txt, pipetty
|
||||
unzip zip pigz pixz pbzip2 lzop zstd # compressors et al
|
||||
parted gdisk fdisk # partition tools @TODO why so many?
|
||||
aria2 curl wget axel # downloaders et al
|
||||
parallel # do things in parallel (used for fast md5 hashing in initrd cache)
|
||||
file tree expect # logging utilities; expect is needed for 'unbuffer' command
|
||||
colorized-logs # for ansi2html, ansi2txt, pipetty
|
||||
unzip zip pigz xz-utils pbzip2 lzop zstd # compressors et al
|
||||
parted gdisk fdisk # partition tools @TODO why so many?
|
||||
aria2 curl wget axel # downloaders et al
|
||||
parallel # do things in parallel (used for fast md5 hashing in initrd cache)
|
||||
)
|
||||
|
||||
# @TODO: distcc -- handle in extension?
|
||||
|
||||
Reference in New Issue
Block a user