fix download URL path
This commit is contained in:
parent
560c82424f
commit
ae09cd9d47
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ fi
|
|||
# shellcheck disable=SC2086
|
||||
noise "Attmepting to download ${_FJO_TAG} assets..."
|
||||
curl ${_COPT} -f -L --output-dir "${FJO_DIR}" --remote-name-all \
|
||||
"${FJO_DLB}/${_FJO_TAG}/${_FJO_NAME}" \
|
||||
"${FJO_DLB}/${_FJO_TAG}/${_FJO_NAME}.sha256"
|
||||
"${FJO_DLB}/v${_FJO_TAG}/${_FJO_NAME}" \
|
||||
"${FJO_DLB}/v${_FJO_TAG}/${_FJO_NAME}.sha256"
|
||||
if [[ $? -eq 0 ]]; then
|
||||
# downloads were successful and written to disk
|
||||
noise "Downloads successful, checking sha256sum..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue