mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-20 03:52:08 +01:00
Update tbz2
This commit is contained in:
@@ -40,7 +40,7 @@ function msg2() {
|
||||
echo
|
||||
}
|
||||
|
||||
version="2.0.2"
|
||||
version="2.0.3"
|
||||
if [ -z "$1" ];then
|
||||
echo "$(gettext "No option specified, use jkazip -h")" > /dev/stderr
|
||||
elif [ "$1" = "-h" ];then
|
||||
@@ -77,7 +77,7 @@ elif [ "$1" = "-d" ];then
|
||||
entrada="$2"
|
||||
sacaFormato "$entrada"
|
||||
case $formato in
|
||||
"tar" | "tar.xz" | "tar.lz" | "tar.gz" | "tar.bz2" | "tgz" | "tbz" | "txz" | "tlz")
|
||||
"tar" | "tar.xz" | "tar.lz" | "tar.gz" | "tar.bz2" | "tgz" | "tbz2" | "txz" | "tlz")
|
||||
tar xvf "$entrada"
|
||||
msg2 "$entrada"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user