feat(quickget): Show download path (#1516)
* feat(quickget): Show full download path --------- Co-authored-by: Phil Clifford <philclifford@users.noreply.github.com>
This commit is contained in:
parent
40f86c0af1
commit
616d10b594
1
quickget
1
quickget
|
@ -1247,6 +1247,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: ${PWD}/${DIR}/${FILE}"
|
||||
fi
|
||||
|
||||
if ! curl --disable --progress-bar --location --output "${DIR}/${FILE}" --continue-at - --user-agent "${USER_AGENT}" "${HEADERS[@]}" -- "${URL}"; then
|
||||
|
|
Loading…
Reference in New Issue