Skip to content

Commit

Permalink
fix gunzip
Browse files Browse the repository at this point in the history
  • Loading branch information
tjluoma committed Jun 23, 2019
1 parent 4cf3e28 commit 5945b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion di-ostiarius.sh
Expand Up @@ -82,7 +82,7 @@ SHA_FILE="$HOME/Downloads/${${INSTALL_TO:t:r}// /}-${LATEST_VERSION}.sha1.txt"
echo "$EXPECTED_SHA1 ?$FILENAME:t" >| "$SHA_FILE"

( curl -H "Accept-Encoding: gzip,deflate" -sfLS "$RELEASE_NOTES_URL" \
| gunzip -f -c a ) | tee "$FILENAME:r.txt"
| gunzip -f -c) | tee "$FILENAME:r.txt"

echo "$NAME: Downloading '$URL' to '$FILENAME':"

Expand Down

0 comments on commit 5945b43

Please sign in to comment.