Skip to content

Commit d9b531c

Browse files
authored
Update lean-openwrt.sh
1 parent 11f1271 commit d9b531c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/lean-openwrt.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ git clone --depth=1 https://github.com/ysc3839/luci-proto-minieap
2626

2727
# Add luci-app-netdata
2828
rm -rf ../lean/luci-app-netdata
29-
svn co https://github.com/281677160/openwrt-package/trunk/luci-app-netdata
29+
#svn co https://github.com/281677160/openwrt-package/trunk/luci-app-netdata
30+
svn co https://github.com/281677160/openwrt-package/trunk/feeds/luci/applications/luci-app-netdata
3031
rm -rf ../../customfeeds/packages/admin/netdata
31-
svn co https://github.com/281677160/openwrt-package/trunk/netdata
32+
#svn co https://github.com/281677160/openwrt-package/trunk/netdata
33+
svn co https://github.com/281677160/openwrt-package/trunk/feeds/packages/net/netdata
3234

3335
# Add ServerChan
3436
git clone --depth=1 https://github.com/tty228/luci-app-serverchan

0 commit comments

Comments
 (0)