Skip to content

Commit 450807e

Browse files
authored
Merge pull request #4 from garypang13/master
4
2 parents 8c36440 + a411367 commit 450807e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-openwrt.yml

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
-or -name "sha256sums" \
135135
-or -name "*adbyby*" \
136136
-or -name "*passwall*" \
137+
-or -name "*chinadns*" \
137138
-or -name "*cifs-mount*" \
138139
-or -name "*music-remote-center*" -or -name "*forked-daapd*" \
139140
-or -name "*airplay2*" \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ make defconfig
108108
```
109109
4. 二次编译执行脚本
110110
```bash
111-
cd openwrt && git pull && cd -
112111
rm -Rf Actions-OpenWrt-Nginx && git clone https://github.com/garypang13/Actions-OpenWrt-Nginx
113112
cp -Rf Actions-OpenWrt-Nginx/* openwrt/
114113
cd openwrt
114+
git pull
115115
rm -Rf feeds
116116
./scripts/feeds update -a
117117
./diy.sh

0 commit comments

Comments
 (0)