diff --git a/install.sh b/install.sh index ac011141..afd70ac6 100755 --- a/install.sh +++ b/install.sh @@ -63,6 +63,9 @@ while [ $# -gt 0 ]; do done case "$mirror" in + Tencent) + DOWNLOAD_URL="https://mirrors.tencent.com/docker-ce" + ;; Aliyun) DOWNLOAD_URL="https://mirrors.aliyun.com/docker-ce" ;;