From e6a79f67aaca6d9f0ff4fd2a980baea38169c818 Mon Sep 17 00:00:00 2001 From: patriciocl Date: Mon, 21 Jun 2021 19:08:50 -0400 Subject: [PATCH] " --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cc83967..5e55767 100644 --- a/install.sh +++ b/install.sh @@ -113,7 +113,7 @@ msg "Extracting disk image..." case $FILE in *"gz") gunzip -f $FILE;; *"xz") xz -d $FILE;; - *"zip) unzip -q $FILE;; + *"zip") unzip -q $FILE;; *) die "Unable to handle file extension '${FILE##*.}'.";; esac