generated from P3TERX/Actions-OpenWrt
-
Notifications
You must be signed in to change notification settings - Fork 12
/
diy.sh
executable file
·18 lines (18 loc) · 1.11 KB
/
diy.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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.100.240/g' package/base-files/files/bin/config_generate
#src-git lienol https://github.com/Lienol/openwrt-package
git clone https://github.com/vernesong/OpenClash package/clash
git clone https://github.com/rufengsuixing/luci-app-adguardhome package/adguardhome
git clone https://github.com/tzxiaozhen88/koolproxyR package/koolproxyR
# git clone https://github.com/ElonH/Rclone-OpenWrt package/rclone
git clone https://github.com/frainzy1477/luci-app-clash package/luci-app-clash
git clone https://github.com/jerrykuku/luci-theme-argon package/luci-theme-argon
# git clone https://github.com/longcat99/opdiy/tree/master/diy/luci-app-passwall package/luci-app-passwall
git clone https://github.com/fw876/helloworld package/luci-app-ssr-plus