-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiy.sh
executable file
·43 lines (32 loc) · 1.46 KB
/
diy.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
#!/bin/bash
#=================================================
# Description: DIY script
# Lisence: MIT
# Author: P3TERX
# Blog: https://p3terx.com
#=================================================
# Modify default IP
sed -i 's/192.168.1.1/192.168.5.1/g' package/base-files/files/bin/config_generate
#添加其他软件包
#git clone https://github.com/Leo-Jo-My/luci-app-ssr-plus-Jo package/luci-app-ssr-plus-Jo
#git clone https://github.com/Leo-Jo-My/my package/my
#git clone https://github.com/Leo-Jo-My/luci-app-vssr package/luci-app-vssr
#git clone https://github.com/Leo-Jo-My/my package/my
#make package/luci-app-vssr/{clean,compile} V=s
#git clone https://github.com/rufengsuixing/luci-app-adguardhome package/adg
#git clone https://github.com/vernesong/OpenClash package/clash
#==================================================================================
#- name: 涡轮增雕进程
#run: |
#cd package
#mkdir openwrt-packages
#cd openwrt-packages
#git clone https://github.com/openwrt-develop/luci-theme-atmaterial.git
# LuCI主题:
#cat >> .config <<EOF
#CONFIG_PACKAGE_luci-i18n-kcptun-zh-cn=y
#CONFIG_PACKAGE_luci-i18n-trojan-server-zh-cn=y
#CONFIG_PACKAGE_luci-app-kcptun=y
#CONFIG_PACKAGE_luci-i18n-trojan-server-zh-cn=y
#EOF
#==================================================================================