[*] fix err
This commit is contained in:
parent
7df7a0c0e0
commit
1690a3acd9
@ -5,9 +5,7 @@ command_exists() {
|
||||
}
|
||||
|
||||
if command_exists docker; then
|
||||
cat >&2 <<-'EOF'
|
||||
docker 已安装.... 跳过
|
||||
EOF
|
||||
echo "docker 已安装.... 跳过"
|
||||
( set -x; sleep 20 )
|
||||
else
|
||||
curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/docker-install.sh | sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user