Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Nov 2, 2016
1 parent af7091b commit 6137157
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libraries/util.bash
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,12 @@ function unzipRemoteFile()
echo
elif [[ "$(grep -i '^tar\.bz2$' <<< "${exExtension}")" != '' ]]
then
# Install BZip2

installBZip2Command

# Unzip

debug "\nDownloading '${downloadURL}'\n"
curl -L "${downloadURL}" --retry 12 --retry-delay 5 | tar -C "${installFolder}" -j -x --strip 1
echo
Expand Down

0 comments on commit 6137157

Please sign in to comment.