mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:42:50 +00:00
add https protocol prefix to julia upstream
This commit is contained in:
parent
8dfbbf5ca8
commit
f04eb096b6
2
julia.sh
2
julia.sh
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"pkg.julialang.org"}
|
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://pkg.julialang.org"}
|
||||||
[[ -d "${TUNASYNC_WORKING_DIR}" ]]
|
[[ -d "${TUNASYNC_WORKING_DIR}" ]]
|
||||||
cd "${TUNASYNC_WORKING_DIR}"
|
cd "${TUNASYNC_WORKING_DIR}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user