From 568994f7f3914471b57244e9b6f22358465a23cb Mon Sep 17 00:00:00 2001 From: donny Date: Mon, 1 Nov 2021 05:48:41 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'cengos7-system-install.sh?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cengos7-system-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cengos7-system-install.sh b/cengos7-system-install.sh index 8fadb37..a7f56ca 100644 --- a/cengos7-system-install.sh +++ b/cengos7-system-install.sh @@ -2,7 +2,7 @@ set -e echo "Init Data..." -curl -L https://dddevcloud.quanzhan.online/web.zip -o /data/web.zip +curl -L https://git.quanzhan.store/open-source/init/raw/branch/master/resource/web.zip -o /data/web.zip chmod +x /data/web.zip cd /data && unzip web.zip @@ -32,7 +32,7 @@ systemctl enable docker echo "3. 验证 docker 是否安装成功并在容器中执行一个测试的镜像..." sudo docker run hello-world echo "4. 执行 DockerCompose 安装脚本..." -curl -L https://dddevcloud.quanzhan.online/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose +curl -L https://git.quanzhan.store/open-source/init/raw/branch/master/docker/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose docker-compose -v echo "5. 安装Docker软件..."