File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # =================================================
3
- # File name: hook-feeds.sh
4
- # Author: SuLingGG
5
- # Blog: https://mlapp.cn
6
- # =================================================
7
2
8
3
# Svn checkout packages from immortalwrt's repository
9
4
pushd customfeeds
10
5
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
+
11
12
# Add luci-app-gowebdav
12
13
svn co https://github.com/immortalwrt/luci/trunk/applications/luci-app-gowebdav luci/applications/luci-app-gowebdav
13
14
svn co https://github.com/immortalwrt/packages/trunk/net/gowebdav packages/net/gowebdav
14
15
15
16
# Add tmate
16
17
git clone --depth=1 https://github.com/immortalwrt/openwrt-tmate
17
18
18
- # extra Packages
19
- git clone --depth=1 https://github.com/WikiHacker/openwrt-packages.git
20
-
21
19
# Add luci-app-passwall
22
20
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
23
22
24
23
# Add gotop
25
24
svn co https://github.com/immortalwrt/packages/branches/openwrt-18.06/admin/gotop packages/admin/gotop
26
25
27
-
28
26
# Add minieap
29
27
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
30
32
popd
31
33
32
34
# Set to local feeds
You can’t perform that action at this time.
0 commit comments