Skip to content

Commit

Permalink
pretty curl downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
curusarn committed Dec 16, 2019
1 parent ce2bce1 commit 4bbcb08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/rawinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ echo "Downloading files ..."

curl_opt="--location --remote-name --progress-bar"

echo "$dl_checksums"
echo " * $fname_checksums"
# shellcheck disable=2086
curl $curl_opt "$dl_checksums"
COLUMNS=80 curl $curl_opt "$dl_checksums"

echo "$dl_binaries"
echo " * $fname_binaries"
# shellcheck disable=2086
curl $curl_opt "$dl_binaries"
COLUMNS=80 curl $curl_opt "$dl_binaries"

# TODO: check if we downloaded anything
# Github serves you a "Not found" page so the curl doesn't error out
Expand Down

0 comments on commit 4bbcb08

Please sign in to comment.