Browse Source

code improve

master
filesite 5 months ago
parent
commit
30a8ff2209
  1. 2
      install.sh

2
install.sh

@ -113,7 +113,7 @@ docker_installed=$? @@ -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}"

Loading…
Cancel
Save