forked from Lancenas/Actions-Lean-OpenWrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiy-part2.sh
More file actions
19 lines (14 loc) · 703 Bytes
/
Copy pathdiy-part2.sh
File metadata and controls
19 lines (14 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
#============================================================
# https://github.com/Lancenas/Actions-Lean-OpenWrt
# File name: diy-part2.sh
# Description: OpenWrt DIY script part 2 (After Update feeds)
# Lisence: MIT
# Author: P3TERX
# Blog: https://p3terx.com
#============================================================
# Modify default IP
#sed -i 's/192.168.1.1/192.168.1.11/g' package/base-files/files/bin/config_generate
git clone https://github.com/sbwml/luci-app-filemanager.git package/luci-app-filemanager
#git clone https://github.com/shuangqiao999/openwrt-einat-ebpf.git package/einat-ebpf
#git clone https://github.com/shuangqiao999/luci-app-einat.git package/luci-app-einat