From 62b6ce090b0f92f2b9a2ed9fdf5ba4603457e4bc Mon Sep 17 00:00:00 2001 From: d3im Date: Sat, 24 Apr 2021 12:41:23 +0200 Subject: [PATCH] Added lzip support --- progress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress.c b/progress.c index b329023..d3a7861 100644 --- a/progress.c +++ b/progress.c @@ -79,7 +79,7 @@ char *default_proc_names[] = {"cp", "mv", "dd", "tar", "bsdtar", "cat", "rsync", "skein256", "skein512", "skein1024", #endif "adb", - "gzip", "gunzip", "bzip2", "bunzip2", "xz", "unxz", "lzma", "unlzma", "7z", "7za", "zip", "unzip", + "gzip", "gunzip", "bzip2", "bunzip2", "xz", "unxz", "lzma", "unlzma", "7z", "7za", "zip", "unzip", "lzip", "zcat", "bzcat", "lzcat", "coreutils", "split",