forked from iii80/OpenWrt-Mini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDIY-1.sh
29 lines (21 loc) · 1.38 KB
/
DIY-1.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
# 此脚本用处是:添加第三方插件
#=========================================================================================================================
# 1-添加 ShadowSocksR Plus+ 插件
# sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default
#临时使用 SSR+ 自用修改源
# git clone https://github.com/iii80/helloworld.git;master package/helloworld
echo "src-git helloworld https://github.com/iii80/helloworld.git;master" >> "feeds.conf.default"
# 2-添加 PowerOff 关机插件
git clone https://github.com/WukongMaster/luci-app-poweroff.git package/luci-app-poweroff
# 3-添加 opentomcat 主题
git clone https://github.com/WukongMaster/luci-theme-opentomcat.git package/luci-theme-opentomcat
# 4-添加 OpenClash 插件
sed -i '$a\src-git openclash https://github.com/vernesong/OpenClash' ./feeds.conf.default
# 5-添加 PassWall 插件
echo "src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main" >> "feeds.conf.default"
echo "src-git passwall2 https://github.com/xiaorouji/openwrt-passwall2.git;main" >> "feeds.conf.default"
echo "src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main" >> "feeds.conf.default"
# 6-添加 Lucky 插件
git clone https://github.com/gdy666/luci-app-lucky.git package/luci-app-lucky
# 7-添加 Easytier 插件
git clone https://github.com/EasyTier/luci-app-easytier.git package/easytier