We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c36440 + a411367 commit 450807eCopy full SHA for 450807e
.github/workflows/build-openwrt.yml
@@ -134,6 +134,7 @@ jobs:
134
-or -name "sha256sums" \
135
-or -name "*adbyby*" \
136
-or -name "*passwall*" \
137
+ -or -name "*chinadns*" \
138
-or -name "*cifs-mount*" \
139
-or -name "*music-remote-center*" -or -name "*forked-daapd*" \
140
-or -name "*airplay2*" \
README.md
@@ -108,10 +108,10 @@ make defconfig
108
```
109
4. 二次编译执行脚本
110
```bash
111
-cd openwrt && git pull && cd -
112
rm -Rf Actions-OpenWrt-Nginx && git clone https://github.com/garypang13/Actions-OpenWrt-Nginx
113
cp -Rf Actions-OpenWrt-Nginx/* openwrt/
114
cd openwrt
+git pull
115
rm -Rf feeds
116
./scripts/feeds update -a
117
./diy.sh
0 commit comments