Fix sing-box remove

This commit is contained in:
itdoginfo
2025-09-26 13:21:53 +03:00
parent 0a5229f4f6
commit 7ba20905d5

View File

@@ -164,7 +164,7 @@ sing_box() {
if [ "$(echo -e "$sing_box_version\n$required_version" | sort -V | head -n 1)" != "$required_version" ]; then
msg "sing-box version $sing_box_version is older than required $required_version"
msg "Removing old version..."
opkg remove sing-box
opkg remove sing-box --force-depends
fi
}