Skip to content

Commit

Permalink
add progress bar and remove silent mode
Browse files Browse the repository at this point in the history
  • Loading branch information
j03-dev committed Dec 1, 2024
1 parent 265bd2c commit 7de367e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/metatype.dev/static/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fi
DOWNLOAD_URL="$RELEASE_URL/download/v$VERSION/$ASSET.$EXT"
echo $DOWNLOAD_URL

if curl --fail --silent --location --output "$TMP_DIR/$ASSET.$EXT" "$DOWNLOAD_URL"; then
if curl --fail --location --progress-bar --output "$TMP_DIR/$ASSET.$EXT" "$DOWNLOAD_URL"; then
printf "Downloaded successfully: %s\n" "$ASSET.$EXT"
else
cat >&2 <<EOF
Expand Down

0 comments on commit 7de367e

Please sign in to comment.