From f562f0ec26e2a93338ae6393f7066f01c7f8628b Mon Sep 17 00:00:00 2001 From: yanistyle Date: Sun, 22 Feb 2026 20:00:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c65a809..695f015 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,8 @@ #!/bin/sh TARGET_TAG="v1.12.17-extended-1.5.3" -API_URL="https://api.github.com/repos/shtorm-7/sing-box-extended/releases/latest" +FILE_PATTERN="linux-$ARCH_SUFFIX.tar.gz" +API_URL="https://api.github.com/repos/shtorm-7/sing-box-extended/releases/tags/$TARGET_TAG" ARCHIVE_NAME="sing-box-latest.tar.gz" DEST_FILE="/usr/bin/sing-box"