forked from LixOx/ADhome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
new_d1_diy.sh
17 lines (17 loc) · 869 Bytes
/
new_d1_diy.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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.1.2/g' package/base-files/files/bin/config_generate
sed -i 's/bootstrap/argon/g' feeds/luci/collections/luci/Makefile
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/luci-theme-argon
git clone https://github.com/gukey/smartdns.git package/openwrt-smartdns
# git clone https://github.com/gukey/lienol-openwrt-package.git package/gukey
# git clone https://github.com/gukey/passwall.git package/gukey
# git clone https://github.com/rufengsuixing/luci-app-adguardhome.git package/luci-app-adguardhome //CONFIG_PACKAGE_luci-app-adguardhome=y
./scripts/feeds update -a
./scripts/feeds install -a