Check sing-box

This commit is contained in:
itdoginfo
2025-02-17 13:20:28 +03:00
parent f88ffa1893
commit dd62ecfbeb

View File

@@ -416,6 +416,10 @@ check_system() {
}
sing_box() {
if ! opkg list-installed | grep -q "^sing-box"; then
return
fi
sing_box_version=$(sing-box version | head -n 1 | awk '{print $3}')
required_version="1.11.1"