forked from firker/openwrt-Exclusive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project2.sh
28 lines (27 loc) · 1.61 KB
/
project2.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
#!/bin/bash
#============================================================
# https://github.com/P3TERX/Actions-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.50.5/g' package/base-files/files/bin/config_generate
rm -rf ./package/ctcgfw/luci-app-adguardhome
rm -rf ./package/ctcgfw/luci-theme-argon-mod
rm -rf ./package/ctcgfw/luci-app-unblockneteasemusic
rm -rf ./package/ctcgfw/luci-app-unblockneteasemusic-mini
rm -rf ./package/lean/luci-theme-argon
rm -rf ./package/lean/luci-app-unblockneteasemusic-go
rm -rf ./package/ntlf9t/AdGuardHome
rm -rf ./package/ntlf9t/luci-app-smartdns
rm -rf ./package/ntlf9t/smartdns
rm -rf ./package/ntlf9t/openwrt-udp2raw
rm -rf ./package/ntlf9t/dnscrypt-proxy-full
rm -rf ./feeds/packages/net/https-dns-proxy
# curl -fsSL https://raw.githubusercontent.com/Lienol/openwrt-packages/dev-19.07/net/https-dns-proxy/files/https-dns-proxy.init > ./feeds/packages/net/https-dns-proxy/files/https-dns-proxy.init
# wget https://raw.githubusercontent.com/Lienol/openwrt-packages/19.07/net/https-dns-proxy/files/https-dns-proxy.config -O ./feeds/packages/net/https-dns-proxy/files/https-dns-proxy.config
# wget https://raw.githubusercontent.com/Lienol/openwrt-packages/19.07/net/https-dns-proxy/files/https-dns-proxy.init -O ./feeds/packages/net/https-dns-proxy/files/https-dns-proxy.init
svn co https://github.com/Lienol/openwrt-packages/trunk/net/https-dns-proxy feeds/packages/net/https-dns-proxy