Skip to content

Commit c8158e3

Browse files
author
tosaki
committed
chore: Add cleanup commands before cloning golang, mosdns, and v2ray-geodata packages.
1 parent ed827a4 commit c8158e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

diy-part1.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
git clone https://github.com/gdy666/luci-app-lucky.git package/lucky
33

44
# add mosdns
5+
rm -rf feeds/packages/lang/golang
56
git clone https://github.com/sbwml/packages_lang_golang -b 26.x feeds/packages/lang/golang
7+
rm -rf feeds/packages/net/mosdns
68
git clone https://github.com/sbwml/luci-app-mosdns -b v5 package/mosdns
9+
rm -rf feeds/packages/net/v2ray-geodata
710
git clone https://github.com/sbwml/v2ray-geodata package/v2ray-geodata
811

912
# add string to build info

0 commit comments

Comments
 (0)