取消docker-compose

This commit is contained in:
Olia Lisa
2026-05-19 09:51:41 +08:00
parent 2424eff496
commit 52679fa13b
-6
View File
@@ -28,12 +28,6 @@ install(){
curl -fsSL https://get.docker.com | bash -s docker
fi
if ! command -v docker-compose >/dev/null 2>&1; then
echo 安装docker-compose...
sleep 1
wget -O /usr/local/bin/docker-compose https://github.com/docker/compose/releases/download/v2.29.0/docker-compose-linux-x86_64
chmod +x /usr/local/bin/docker-compose
fi
}
main(){