Skip to content

Commit cbfd611

Browse files
binlihpugjmzj
authored andcommitted
Update ezdown
清华的源不能用了,改成阿里云的源
1 parent 0e9cee9 commit cbfd611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ezdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function logger() {
162162

163163
function download_docker() {
164164
if [[ "$REGISTRY_MIRROR" == CN ]];then
165-
DOCKER_URL="https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/static/stable/${ARCH}/docker-${DOCKER_VER}.tgz"
165+
DOCKER_URL="https://mirrors.aliyun.com/docker-ce/linux/static/stable/${ARCH}/docker-${DOCKER_VER}.tgz"
166166
else
167167
DOCKER_URL="https://download.docker.com/linux/static/stable/${ARCH}/docker-${DOCKER_VER}.tgz"
168168
fi

0 commit comments

Comments
 (0)