Update duokai.sh

This commit is contained in:
smeb y 2024-03-17 16:04:15 +08:00 committed by GitHub
parent f4ce0ab777
commit b45d971905
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 -y
sudo apt-get install docker.io -y
else
echo "Docker 已安装。"
fi