[*] fix err

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

View File

@ -5,9 +5,7 @@ command_exists() {
} }
if command_exists docker; then if command_exists docker; then
cat >&2 <<-'EOF' echo "docker 已安装.... 跳过"
docker 已安装.... 跳过
EOF
( set -x; sleep 20 ) ( set -x; sleep 20 )
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