forked from autoopng/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
diy-part1.sh
executable file
·94 lines (61 loc) · 2.91 KB
/
diy-part1.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#!/bin/bash
#
# Copyright (c) 2019-2020 P3TERX <https://p3terx.com>
#
# This is free software, licensed under the MIT License.
# See /LICENSE for more information.
#
# https://github.com/P3TERX/Actions-OpenWrt
# File name: diy-part1.sh
# Description: OpenWrt DIY script part 1 (Before Update feeds)
#
# Uncomment a feed source
#sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default
# Add a feed source
#echo 'src-git helloworld https://github.com/fw876/helloworld' >>feeds.conf.default
#echo 'src-git passwall https://github.com/xiaorouji/openwrt-passwall' >>feeds.conf.default
##############################################################################################
# 主题
git clone https://github.com/kenzok78/luci-theme-argonne.git package/luci-theme-argonne
##############################################################################################
# 状态
# 实时监控 lede包已有
#释放内存 lede包已有
##############################################################################################
# 系统
#定时重启
#git clone https://github.com/f8q8/luci-app-autoreboot.git package/luci-app-autoreboot
#ttyd lede包已有
#磁盘管理
git clone https://github.com/lisaac/luci-app-dockerman.git package/luci-app-dockerman
#文件传输 lede包已有
# 关机
git clone https://github.com/esirplayground/luci-app-poweroff.git package/luci-app-poweroff
##############################################################################################
# 服务
#docker
git clone https://github.com/lisaac/luci-app-dockerman.git package/luci-app-dockerman
#ShadowSocksR Plus+
git clone https://github.com/fw876/helloworld.git package/helloworld
#passwall
#git clone https://github.com/xiaorouji/openwrt-passwall.git package/openwrt-passwall
#git clone -b luci https://github.com/xiaorouji/openwrt-passwall.git package/luci-app-passwall
#passwall2
#git clone https://github.com/xiaorouji/openwrt-passwall.git package/openwrt-passwall
#git clone https://github.com/xiaorouji/openwrt-passwall2.git package/openwrt-passwall2
#helloword
git clone https://github.com/jerrykuku/luci-app-vssr.git package/luci-app-vssr
git clone https://github.com/jerrykuku/lua-maxminddb.git package/lua-maxminddb
git clone https://github.com/fw876/helloworld.git package/helloworld
#openclash
git clone https://github.com/vernesong/OpenClash.git package/OpenClash
#luci-app-adguardhome
#git clone https://github.com/rufengsuixing/luci-app-adguardhome.git package/luci-app-adguardhome
##############################################################################################
# NAS
#文件助手
svn co https://github.com/kiddin9/openwrt-packages/trunk/luci-app-fileassistant package/luci-app-fileassistant
##############################################################################################
# 网络
#Turbo ACC 加速 lede包已有
##############################################################################################