From 2f7153b058b61aa9deca822df4e132b3aa845e8e Mon Sep 17 00:00:00 2001 From: svefnz Date: Wed, 8 Jul 2026 00:13:47 +0800 Subject: [PATCH] feat: disable automatic reality config generation on install --- install.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 4e14710..64ac0d9 100644 --- a/install.sh +++ b/install.sh @@ -437,7 +437,7 @@ main() { mkdir -p $is_log_dir # show a tips msg - msg ok "生成配置文件..." + msg ok "初始化配置目录..." # create service load systemd.sh @@ -448,10 +448,13 @@ main() { mkdir -p $is_conf_dir load core.sh - # create a reality config - add reality # wait for background tasks (e.g., OpenRC service start) wait + + _green "\nsing-box 脚本安装成功!\n" + msg "你可以输入 ${green}sing-box${none} 或者 ${green}sb${none} 快捷命令来打开管理菜单配置你的节点。" + echo + # remove tmp dir and exit. exit_and_del_tmpdir ok }