From 1d5a142c957ba5b75ae635c00a4bf390a824026e Mon Sep 17 00:00:00 2001 From: zhao Date: Sat, 31 May 2025 08:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20bin/ZeroWrt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- bin/ZeroWrt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/ZeroWrt b/bin/ZeroWrt index 51cdd5d..bdf9d61 100644 --- a/bin/ZeroWrt +++ b/bin/ZeroWrt @@ -751,7 +751,7 @@ install_apps() { mkdir -p /opt/MySQL # 下载 Docker Compose 文件到 /opt/gitea - curl -L https://git.kejizero.online/zhao/files/raw/branch/main/docker-compose/Gitea -o /opt/Gitea/docker-compose.yml + curl -L https://git.kejizero.online/zhao/docker-compose/raw/branch/main/Gitea -o /opt/Gitea/docker-compose.yml # 检查是否下载成功 if [ -f "/opt/Gitea/docker-compose.yml" ]; then @@ -776,15 +776,15 @@ install_apps() { if docker ps | grep -q "gitea"; then if [[ "$LANG_CHOICE" == "zh" ]]; then - color_output "\e[32mGitea-MySQL 部署成功!\e[0m" + color_output "\e[32mGitea-PostgreSQL 部署成功!\e[0m" else - color_output "\e[32mGitea-MySQL deployed successfully!\e[0m" + color_output "\e[32mGitea-PostgreSQL deployed successfully!\e[0m" fi else if [[ "$LANG_CHOICE" == "zh" ]]; then - color_output "\e[31mGitea-MySQL 部署失败!\e[0m" + color_output "\e[31mGitea-PostgreSQL 部署失败!\e[0m" else - color_output "\e[31mGitea-MySQL deployment failed!\e[0m" + color_output "\e[31mGitea-PostgreSQL deployment failed!\e[0m" fi fi read -p "$([[ "$LANG_CHOICE" == "zh" ]] && echo "按 Enter 键返回..." || echo "Press Enter to return...")" @@ -817,7 +817,7 @@ install_apps() { mkdir -p /opt/sunpanel # 下载 Docker Compose 文件到 /opt/sunpanel - curl -v -L https://git.kejizero.online/zhao/files/raw/branch/main/docker-compose/SunPanel -o /opt/sunpanel/docker-compose.yml + curl -v -L https://git.kejizero.online/zhao/docker-compose/raw/branch/main/SunPanel -o /opt/sunpanel/docker-compose.yml # 检查是否下载成功 if [ -f "/opt/sunpanel/docker-compose.yml" ]; then