aps: Switch to https url for imagebuilder
This commit is contained in:
parent
97520ef322
commit
6a80f16213
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[ $# -ge 1 ] || exit 1
|
[ $# -ge 1 ] || exit 1
|
||||||
CONTROL="$1"; shift
|
CONTROL="$1"; shift
|
||||||
IMAGEBUILDER_URL=${IMAGEBUILDER_URL:-http://downloads.lede-project.org/snapshots/targets/ar71xx/generic/lede-imagebuilder-ar71xx-generic.Linux-x86_64.tar.xz}
|
IMAGEBUILDER_URL=${IMAGEBUILDER_URL:-https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/lede-imagebuilder-ar71xx-generic.Linux-x86_64.tar.xz}
|
||||||
|
|
||||||
TOPDIR="$PWD"
|
TOPDIR="$PWD"
|
||||||
DLDIR=${DLDIR:-"dl"}
|
DLDIR=${DLDIR:-"dl"}
|
||||||
|
|
Loading…
Reference in a new issue