Update singbox.sh

This commit is contained in:
starry
2025-09-03 06:58:45 +08:00
committed by GitHub
parent 725ead6e05
commit 95a15f6509

View File

@@ -6137,9 +6137,11 @@ echo "╚═══════════════════════
esac esac
} }
# 检查必需依赖 # 检查依赖
check_dependencies check_dependencies
[[ ! -f /usr/local/bin/singbox ]] && Update_Script
if [[ $# -eq 0 ]]; then if [[ $# -eq 0 ]]; then
main_menu main_menu
else else