mirror of https://github.com/armbian/build.git
Use native xz
This commit is contained in:
parent
945bb6dff9
commit
0b90ebc54a
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in New Issue