|
|
@ -113,7 +113,7 @@ docker_installed=$? |
|
|
|
|
|
|
|
|
|
|
|
if [ $docker_installed -eq 0 ]; then |
|
|
|
if [ $docker_installed -eq 0 ]; then |
|
|
|
getCpuInfo |
|
|
|
getCpuInfo |
|
|
|
getCpuType |
|
|
|
|
|
|
|
detect_domain='https://desktop.docker.com' |
|
|
|
detect_domain='https://desktop.docker.com' |
|
|
|
echo "正在检测是否能连接[${detect_domain}],请稍后..." |
|
|
|
echo "正在检测是否能连接[${detect_domain}],请稍后..." |
|
|
|
detectDomainCanConnect "${detect_domain}" |
|
|
|
detectDomainCanConnect "${detect_domain}" |
|
|
|