From 866cb1ddfe7fc5eb828c0d51e6d7b6bcd406e821 Mon Sep 17 00:00:00 2001 From: zhao Date: Sat, 31 May 2025 09:48:35 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/ZeroWrt b/bin/ZeroWrt index 5617d32..0977995 100644 --- a/bin/ZeroWrt +++ b/bin/ZeroWrt @@ -732,7 +732,7 @@ install_apps() { # 检查 Gitea 容器是否已存在 if docker ps -a | grep -q "gitea"; then if [[ "$LANG_CHOICE" == "zh" ]]; then - color_output "\e[33mGitea-MySQL 已经部署过,跳过部署!\e[0m" + color_output "\e[33mGitea-PostgreSQL 已经部署过,跳过部署!\e[0m" else color_output "\e[33mGitea-MySQL already deployed, skipping!\e[0m" fi @@ -748,7 +748,6 @@ install_apps() { # 创建目录 mkdir -p /opt/Gitea - mkdir -p /opt/MySQL # 下载 Docker Compose 文件到 /opt/gitea curl -L https://git.kejizero.online/zhao/docker-compose/raw/branch/main/Gitea -o /opt/Gitea/docker-compose.yml