From 7ba20905d5aa6f6be195002ddc9d3a6d74926d24 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Fri, 26 Sep 2025 13:21:53 +0300 Subject: [PATCH] Fix sing-box remove --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 87abf3d..339b9ce 100755 --- a/install.sh +++ b/install.sh @@ -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 }