From 4cf42fd98c521f7e608a3e37bee24e78dde4e023 Mon Sep 17 00:00:00 2001 From: dqzboy Date: Mon, 8 Jul 2024 19:24:05 +0800 Subject: [PATCH] feat: Supports the option to install/uninstall services individually, and supports online updates for the script. --- install/DockerProxy_Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/DockerProxy_Install.sh b/install/DockerProxy_Install.sh index 2fc9108..36c0ffa 100644 --- a/install/DockerProxy_Install.sh +++ b/install/DockerProxy_Install.sh @@ -1857,7 +1857,7 @@ INSTALL_DOCKER_PROXY SEPARATOR "安装服务" -echo -e "1) ${BOLD}${LIGHT_GREEN}一键${RESET}部署所有服务" +echo -e "1) 一键${BOLD}${LIGHT_GREEN}部署所有${RESET}服务" echo -e "2) ${BOLD}${LIGHT_CYAN}安装指定${RESET}容器服务" echo -e "3) ${BOLD}返回${LIGHT_RED}主菜单${RESET}" echo -e "0) ${BOLD}退出脚本${RESET}"