[*] fix err
This commit is contained in:
parent
7df7a0c0e0
commit
1690a3acd9
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user