mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
Merge pull request #72 from johnnychen94/jc/julia
add https protocol prefix to julia upstream
This commit is contained in:
commit
a4ca358648
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