From f509f3634d2fbc0e3ef79d45a65e3607c3c5cc62 Mon Sep 17 00:00:00 2001 From: zhao Date: Thu, 23 Jan 2025 19:44:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20bin/=20ZeroWrt.backup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- bin/ ZeroWrt.backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ ZeroWrt.backup b/bin/ ZeroWrt.backup index d324b87..a5dcde8 100644 --- a/bin/ ZeroWrt.backup +++ b/bin/ ZeroWrt.backup @@ -490,7 +490,7 @@ install_apps() { mkdir -p /opt/MySQL # 下载 Docker Compose 文件到 /opt/gitea - curl -L https://raw.githubusercontent.com/your/repository/path/to/docker-compose.yml -o /opt/Gitea/docker-compose.yml + curl -L https://git.kejizero.online/zhao/files/raw/branch/main/docker-compose/Gitea -o /opt/Gitea/docker-compose.yml # 检查是否下载成功 if [ -f "/opt/Gitea/docker-compose.yml" ]; then