From 0cb5c2daae295177b85fa487db9a8797b310ae2a Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Wed, 1 Oct 2025 14:38:32 +0300 Subject: [PATCH] Stop podkop before update sing-box --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 339b9ce..1ea1efb 100755 --- a/install.sh +++ b/install.sh @@ -164,6 +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..." + service podkop stop opkg remove sing-box --force-depends fi }