Skip to content

Commit

Permalink
Update IPQ60XX-NOWIFI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darkrain88 authored Jul 17, 2024
1 parent 341808d commit 76a4975
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/IPQ60XX-NOWIFI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,18 @@ jobs:
cd $OPENWRT_PATH
./scripts/feeds update -a
./scripts/feeds install -a
- name: Remove specific Makefiles
run: |
cd $OPENWRT_PATH
find ./ | grep Makefile | grep v2ray-geodata | xargs rm -f
find ./ | grep Makefile | grep mosdns | xargs rm -f
- name: Clone repositories
run: |
cd $OPENWRT_PATH
git clone https://github.com/sbwml/luci-app-mosdns -b v5 package/mosdns
git clone https://github.com/sbwml/v2ray-geodata package/v2ray-geodata
- name: Load Custom Configuration(加载自定义配置)
run: |
Expand Down

0 comments on commit 76a4975

Please sign in to comment.