diff --git a/src/datastore_mad/remotes/downloader.sh b/src/datastore_mad/remotes/downloader.sh index a0e3c22e19..f5e4bfad04 100755 --- a/src/datastore_mad/remotes/downloader.sh +++ b/src/datastore_mad/remotes/downloader.sh @@ -35,7 +35,7 @@ function get_decompressor type=$1 case "$type" in - "application/x-gzip") + "application/x-gzip"|"application/gzip") echo "gunzip -c -" ;; "application/x-bzip2")