Update agent.sh

This commit is contained in:
starry
2025-08-09 18:40:19 +08:00
committed by GitHub
parent f51d190425
commit 2a8ab6adca

View File

@@ -99,9 +99,9 @@ select_version() {
if [ -z "$IS_DOCKER_NEZHA" ]; then
info "请选择Agent安装方式此脚本为旧版Agent输入哪个都是一样的"
info "1. 安装Agent"
info "2. 安装Agent"
info "1. 安装Agent"
while true; do
printf "请输入选择 [1-2]"
printf "请输入选择 [1]"
read -r option
case "${option}" in
1)