From 52679fa13b0bc208eaf86269dbcfcc7c001e7b03 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Tue, 19 May 2026 09:51:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88docker-compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install.sh b/install.sh index 557edd2..1c57b44 100644 --- a/install.sh +++ b/install.sh @@ -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(){