diff --git a/src/PVE/Storage.pm b/src/PVE/Storage.pm index cb70113..71fd4be 100755 --- a/src/PVE/Storage.pm +++ b/src/PVE/Storage.pm @@ -1532,7 +1532,6 @@ sub decompressor_info { zst => ['zstd', '-q', '-d', '-c'], }, iso => { - # zstd seem to be able to handle .gzip fine. Therefore we dont need additional other tool gz => ['zcat'], lzo => ['lzop', '-d', '-c'], zst => ['zstd', '-q', '-d', '-c'],