Skip to content

Commit b777465

Browse files
authored
change tgz to txz
1 parent 265ab6e commit b777465

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

handler/install.sh.qtpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function install {
128128
which tar > /dev/null || fail "tar is not installed"
129129
which gzip > /dev/null || fail "gzip is not installed"
130130
bash -c "$GET $URL" | tar zxf - || fail "download failed"
131-
elif [[ $FTYPE = ".tar.xz" ]] || [[ $FTYPE = ".tgz" ]]; then
131+
elif [[ $FTYPE = ".tar.xz" ]] || [[ $FTYPE = ".txz" ]]; then
132132
which tar > /dev/null || fail "tar is not installed"
133133
which xz > /dev/null || fail "xz is not installed"
134134
bash -c "$GET $URL" | tar Jxf - || fail "download failed"

handler/install.sh.qtpl.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)