Commit 3a3b0dd5 authored by neilpang's avatar neilpang
Browse files
parent e2c939fb
...@@ -3977,7 +3977,10 @@ _installOnline() { ...@@ -3977,7 +3977,10 @@ _installOnline() {
fi fi
( (
_info "Extracting $localname" _info "Extracting $localname"
tar xzf $localname if ! (tar xzf $localname || gtar xzf $localname); then
_err "Extraction error."
exit 1
fi
cd "$PROJECT_NAME-$BRANCH" cd "$PROJECT_NAME-$BRANCH"
chmod +x $PROJECT_ENTRY chmod +x $PROJECT_ENTRY
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment