Skip to content

Commit

Permalink
feat(quickget): Show download path
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored Nov 13, 2024
1 parent d0ae72a commit 8322516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,7 @@ function web_get() {
if [[ ${OS} != windows && ${OS} != macos && ${OS} != windows-server ]]; then
echo "Downloading $(pretty_name "${OS}") ${RELEASE} ${EDITION}"
echo "- URL: ${URL}"
echo "- PATH: ${DIR}/${FILE}"
fi

if ! curl --progress-bar --location --output "${DIR}/${FILE}" --continue-at - --user-agent "${USER_AGENT}" "${HEADERS[@]}" -- "${URL}"; then
Expand Down

0 comments on commit 8322516

Please sign in to comment.