diff --git a/install.sh b/install.sh index de9760d..586e4ec 100755 --- a/install.sh +++ b/install.sh @@ -113,7 +113,7 @@ docker_installed=$? if [ $docker_installed -eq 0 ]; then getCpuInfo - getCpuType + detect_domain='https://desktop.docker.com' echo "正在检测是否能连接[${detect_domain}],请稍后..." detectDomainCanConnect "${detect_domain}"