X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Farchival%2Funpack.sh;h=cffb90e2cf62079294579462a872727fb34428da;hb=c72b7521e60f5ca7d2873271767c7ff4fba09bf2;hp=1389d1e7a59c0a33145f8a503b42dee35b64f5c8;hpb=3a3dfeffb6b31a73b64d181964fcc85748259929;p=feisty_meow.git diff --git a/scripts/archival/unpack.sh b/scripts/archival/unpack.sh index 1389d1e7..cffb90e2 100644 --- a/scripts/archival/unpack.sh +++ b/scripts/archival/unpack.sh @@ -69,6 +69,9 @@ elif [[ "$archive_file" =~ .*\.zip$ \ || "$archive_file" =~ .*\.war$ \ ]]; then unzip "$archive_file" &>/dev/null +elif [[ "$archive_file" =~ .*\.7z$ \ + ]]; then + 7z x "$archive_file" &>/dev/null fi save_err=$?