From 30a8ff22099d98c95b8a59d8a4de992b1ca0f2b9 Mon Sep 17 00:00:00 2001 From: filesite Date: Tue, 25 Jun 2024 07:47:56 +0800 Subject: [PATCH] code improve --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"