mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2025-11-03 17:46:54 +08:00
convert bm7
This commit is contained in:
13
.github/workflows/run.yml
vendored
13
.github/workflows/run.yml
vendored
@@ -254,7 +254,6 @@ jobs:
|
||||
chmod 755 mosdns convert-clash.sh && ./convert-clash.sh
|
||||
rm mosdns* convert-clash.sh geoip.dat geosite.dat LICENSE README.md config.yaml
|
||||
|
||||
|
||||
- name: Convert geo-lite to meta-rule-set
|
||||
env:
|
||||
NO_SKIP: true
|
||||
@@ -266,6 +265,18 @@ jobs:
|
||||
chmod 755 mosdns convert-clash.sh && ./convert-clash.sh
|
||||
rm mosdns* convert-clash.sh geoip.dat geosite.dat LICENSE README.md config.yaml
|
||||
|
||||
- name: Convert bm7-rule-set to sing-rule-set
|
||||
env:
|
||||
NO_SKIP: true
|
||||
run: |
|
||||
mkdir -p ./sing-rule/bm7
|
||||
cp ./resouces/bm7.sh ./sing-rule/bm7/
|
||||
cd ./sing-rule/bm7
|
||||
wget https://github.com/SagerNet/sing-box/releases/download/v1.8.0-alpha.1/sing-box-1.8.0-alpha.1-linux-amd64.tar.gz -O sing-box.tar.gz && tar zxvf sing-box.tar.gz && mv sing-box-1.8.0-alpha.1-linux-amd64/sing-box ./ && rm -r sing-box-1.8.0-alpha.1-linux-amd64
|
||||
ls
|
||||
chmod 755 bm7.sh && ./bm7.sh
|
||||
rm -r bm7.sh sing-box* rule
|
||||
|
||||
- name: Move and zip files
|
||||
run: |
|
||||
mkdir -p ./publish/
|
||||
|
||||
Reference in New Issue
Block a user