We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed827a4 commit c8158e3Copy full SHA for c8158e3
diy-part1.sh
@@ -2,8 +2,11 @@
2
git clone https://github.com/gdy666/luci-app-lucky.git package/lucky
3
4
# add mosdns
5
+rm -rf feeds/packages/lang/golang
6
git clone https://github.com/sbwml/packages_lang_golang -b 26.x feeds/packages/lang/golang
7
+rm -rf feeds/packages/net/mosdns
8
git clone https://github.com/sbwml/luci-app-mosdns -b v5 package/mosdns
9
+rm -rf feeds/packages/net/v2ray-geodata
10
git clone https://github.com/sbwml/v2ray-geodata package/v2ray-geodata
11
12
# add string to build info
0 commit comments