Update duokai.sh

This commit is contained in:
smeb y 2024-03-15 19:16:19 +08:00 committed by GitHub
parent 61876170c7
commit 3314ca94b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ then
sudo apt-get update
# 安装 Docker 最新版本
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y
sudo apt-get install docker-ce docker-ce-cli containerd.io -y
else
echo "Docker 已安装。"
fi