Merge pull request #72 from johnnychen94/jc/julia

add https protocol prefix to julia upstream
This commit is contained in:
Yuxiang Zhang 2020-05-27 12:49:47 +08:00 committed by GitHub
commit a4ca358648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"pkg.julialang.org"}
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://pkg.julialang.org"}
[[ -d "${TUNASYNC_WORKING_DIR}" ]]
cd "${TUNASYNC_WORKING_DIR}"