add https protocol prefix to julia upstream

This commit is contained in:
Johnny Chen 2020-05-26 23:02:56 +08:00
parent 8dfbbf5ca8
commit f04eb096b6
No known key found for this signature in database
GPG Key ID: A8E1AABB61708099

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}"