remove unneeded comment
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -1532,7 +1532,6 @@ sub decompressor_info {
|
|||||||
zst => ['zstd', '-q', '-d', '-c'],
|
zst => ['zstd', '-q', '-d', '-c'],
|
||||||
},
|
},
|
||||||
iso => {
|
iso => {
|
||||||
# zstd seem to be able to handle .gzip fine. Therefore we dont need additional other tool
|
|
||||||
gz => ['zcat'],
|
gz => ['zcat'],
|
||||||
lzo => ['lzop', '-d', '-c'],
|
lzo => ['lzop', '-d', '-c'],
|
||||||
zst => ['zstd', '-q', '-d', '-c'],
|
zst => ['zstd', '-q', '-d', '-c'],
|
||||||
|
|||||||
Reference in New Issue
Block a user