修改文件的下载地址

This commit is contained in:
2023-03-31 10:12:17 +08:00
parent c9f57d000f
commit 42918296c1

View File

@@ -37,7 +37,8 @@ systemctl restart docker
# 安装 docker-compose
# 下载 docker-compose由于下载速度过慢提前已经下载完成
# wget https://github.com/docker/compose/releases/download/v2.11.1/docker-compose-linux-x86_64
wget https://git.jiulinxiri.io:3000/mengxu.zhang/one-click-shell/raw/branch/master/docker-ce/docker-compose-linux-x86_64
# https://git.stewednoodles.com/jiulinxiri/one-click-shell/raw/branch/master/docker-ce/docker-ce-yum-install.sh
wget https://git.stewednoodles.com/jiulinxiri/one-click-shell/raw/branch/master/docker-ce/docker-compose-linux-x86_64
mv docker-compose-linux-x86_64 /usr/local/bin/docker-compose
# 赋予可执行权限