File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 58
58
- name : Install Extra Packages
59
59
run : |
60
60
cd friendlywrt-rk3328/friendlywrt/package
61
+
61
62
git clone https://github.com/frainzy1477/luci-app-clash
63
+ sed -i 's/SUBMENU:=2. Clash/SUBMENU:=3. Applications/' luci-app-clash/Makefile
64
+
62
65
git clone https://github.com/rufengsuixing/luci-app-adguardhome
63
66
64
67
git clone https://github.com/fw876/helloworld
89
92
cd friendlywrt-rk3328/friendlywrt/package/base-files/files
90
93
mkdir -p etc/clash
91
94
wget -qO- https://github.com/Dreamacro/clash/releases/download/v0.20.0/clash-linux-armv8-v0.20.0.gz | gunzip -c > etc/clash/clash
95
+ chmod +x etc/clash/clash
92
96
93
97
mkdir -p etc/openclash/core
94
98
cp etc/clash/clash etc/openclash/core/
Original file line number Diff line number Diff line change
1
+ ## 20200509
2
+ * 修正 Clash 二进制文件权限
3
+ * 修正 luci-app-clash 在 menuconfig 的分类
4
+
1
5
## 20200508
2
6
* 集成 smartdns
3
7
* 集成 luci-app-smartdns
You can’t perform that action at this time.
0 commit comments