缩短 sleep 时间

This commit is contained in:
Martin 2025-01-04 15:52:23 +08:00
parent 1690a3acd9
commit ba90adab54

View File

@ -6,7 +6,7 @@ command_exists() {
if command_exists docker; then if command_exists docker; then
echo "docker 已安装.... 跳过" echo "docker 已安装.... 跳过"
( set -x; sleep 20 ) ( set -x; sleep 5 )
else else
curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/docker-install.sh | sh curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/docker-install.sh | sh
fi fi