update sing-box to 1.9.3

This commit is contained in:
ElonJunior 2024-07-18 12:53:17 +08:00
parent 9bd8a0c14d
commit 0786442ea5

View File

@ -40,7 +40,7 @@ jobs:
NO_SKIP: true NO_SKIP: true
run: | run: |
cd sing-rule || exit 1 cd sing-rule || exit 1
wget -q https://github.com/SagerNet/sing-box/releases/download/v1.8.12/sing-box-1.8.12-linux-amd64.tar.gz -O sing-box.tar.gz && tar zxvf sing-box.tar.gz && mv sing-box-1.8.12-linux-amd64/sing-box ./ wget -q https://github.com/SagerNet/sing-box/releases/download/v1.9.3/sing-box-1.9.3-linux-amd64.tar.gz -O sing-box.tar.gz && tar zxvf sing-box.tar.gz && mv sing-box-1.9.3-linux-amd64/sing-box ./
chmod 755 sing-box ACL4SSR/convert_srs.sh && ./ACL4SSR/convert_srs.sh ./sing-box chmod 755 sing-box ACL4SSR/convert_srs.sh && ./ACL4SSR/convert_srs.sh ./sing-box
rm -rf sing-box* LICENSE README.md ACL4SSR/convert_* rm -rf sing-box* LICENSE README.md ACL4SSR/convert_*
cp ./ACL4SSR/Ruleset/*.srs ./ACL4SSR cp ./ACL4SSR/Ruleset/*.srs ./ACL4SSR