custom-packages.sh 1.87 KB
Newer Older
wukongdaily's avatar
wukongdaily committed
1
2
3
4
#!/bin/bash
# ============= imm仓库外的第三方插件==============
# ============= 若启用 则打开注释 ================
# istore商店
5
CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-store"
wukongdaily's avatar
wukongdaily committed
6
7
8
9
10
# 首页和网络向导
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-i18n-quickstart-zh-cn"
# 去广告adghome
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-adguardhome"
# 代理相关
wukongdaily's avatar
wukongdaily committed
11
12
13
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-i18n-passwall-zh-cn"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-openclash"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-i18n-homeproxy-zh-cn"
wukongdaily's avatar
wukongdaily committed
14
15
16
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-ssr-plus"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-passwall2"
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-i18n-nikki-zh-cn"
wukongdaily's avatar
wukongdaily committed
17
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-nekobox"
wukongdaily's avatar
wukongdaily committed
18
# VPN
wukongdaily's avatar
wukongdaily committed
19
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-tailscale luci-i18n-tailscale-zh-cn"
wukongdaily's avatar
wukongdaily committed
20
# 分区扩容 by sirpdboy 
wukongdaily's avatar
wukongdaily committed
21
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-partexp luci-i18n-partexp-zh-cn"
wukongdaily's avatar
wukongdaily committed
22
23
# 酷猫主题 by sirpdboy 
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-theme-kucat"
24
25
# 进阶设置 by sirpdboy 
# 当luci-app-advancedplus插件开启时 需排除冲突项 luci-app-argon-config和luci-i18n-argon-config-zh-cn 减号代表排除
wukongdaily's avatar
wukongdaily committed
26
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-advancedplus luci-i18n-advancedplus-zh-cn -luci-app-argon-config -luci-i18n-argon-config-zh-cn"
wukongdaily's avatar
wukongdaily committed
27
# 网络测速 by sirpdboy 
wukongdaily's avatar
wukongdaily committed
28
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-netspeedtest luci-i18n-netspeedtest-zh-cn"
wukongdaily's avatar
wukongdaily committed
29
# MosDNS
wukongdaily's avatar
wukongdaily committed
30
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-mosdns luci-i18n-mosdns-zh-cn"
31
32
# Turbo ACC 网络加速
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-turboacc"
wukongdaily's avatar
wukongdaily committed
33
# 应用过滤 openappfilter.com
wukongdaily's avatar
wukongdaily committed
34
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-appfilter luci-i18n-appfilter-zh-cn"
35
# 设置向导 by sirpdboy
wukongdaily's avatar
wukongdaily committed
36
37
38
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-netwizard luci-i18n-netwizard-zh-cn"
# Lucky大吉 
#CUSTOM_PACKAGES="$CUSTOM_PACKAGES luci-app-lucky lucky"