缩短 sleep 时间
This commit is contained in:
parent
1690a3acd9
commit
ba90adab54
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user