Skip to content

Commit 15178c8

Browse files
authored
Update hook-feeds.sh
1 parent 2a300b7 commit 15178c8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

scripts/hook-feeds.sh

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
11
#!/bin/bash
2-
#=================================================
3-
# File name: hook-feeds.sh
4-
# Author: SuLingGG
5-
# Blog: https://mlapp.cn
6-
#=================================================
72

83
# Svn checkout packages from immortalwrt's repository
94
pushd customfeeds
105

6+
# Add luci-app-eqos
7+
svn co https://github.com/immortalwrt/luci/trunk/applications/luci-app-eqos luci/applications/luci-app-eqos
8+
9+
# Add luci-proto-modemmanager
10+
svn co https://github.com/immortalwrt/luci/trunk/protocols/luci-proto-modemmanager luci/protocols/luci-proto-modemmanager
11+
1112
# Add luci-app-gowebdav
1213
svn co https://github.com/immortalwrt/luci/trunk/applications/luci-app-gowebdav luci/applications/luci-app-gowebdav
1314
svn co https://github.com/immortalwrt/packages/trunk/net/gowebdav packages/net/gowebdav
1415

1516
# Add tmate
1617
git clone --depth=1 https://github.com/immortalwrt/openwrt-tmate
1718

18-
#extra Packages
19-
git clone --depth=1 https://github.com/WikiHacker/openwrt-packages.git
20-
2119
# Add luci-app-passwall
2220
git clone --depth=1 https://github.com/xiaorouji/openwrt-passwall luci/applications/openwrt-passwall
21+
# git clone -b hello https://github.com/DHDAXCW/openwrt-passwall luci/applications/openwrt-passwall
2322

2423
# Add gotop
2524
svn co https://github.com/immortalwrt/packages/branches/openwrt-18.06/admin/gotop packages/admin/gotop
2625

27-
2826
# Add minieap
2927
svn co https://github.com/immortalwrt/packages/trunk/net/minieap packages/net/minieap
28+
29+
# Replace smartdns with the official version
30+
rm -rf packages/net/smartdns
31+
svn co https://github.com/openwrt/packages/trunk/net/smartdns packages/net/smartdns
3032
popd
3133

3234
# Set to local feeds

0 commit comments

Comments
 (0)