generated from P3TERX/Actions-OpenWrt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiy-part2.sh
executable file
·34 lines (33 loc) · 1.48 KB
/
diy-part2.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
#!/bin/bash
#
# https://github.com/P3TERX/Actions-OpenWrt
# File name: diy-part2.sh
# Description: OpenWrt DIY script part 2 (After Update feeds)
#
# Copyright (c) 2019-2024 P3TERX <https://p3terx.com>
#
# This is free software, licensed under the MIT License.
# See /LICENSE for more information.
#
rm -rf feeds/luci/applications/luci-app-argon-config
rm -rf feeds/luci/applications/luci-app-openclash
rm -rf feeds/luci/applications/luci-app-passwall
rm -rf feeds/luci/applications/luci-app-alist
rm -rf feeds/luci/applications/luci-app-ddns-go
rm -rf feeds/luci/applications/luci-app-homeproxy
rm -rf feeds/luci/themes/luci-theme-argon
rm -rf feeds/packages/net/mosdns
rm -rf feeds/packages/net/alist
rm -rf feeds/packages/net/chinadns-ng
rm -rf feeds/packages/net/ddns-go
rm -rf feeds/packages/net/xray-core
rm -rf feeds/packages/net/sing-box
rm -rf feeds/packages/lang/golang
sed -i 's/192.168.1.1/10.10.10.1/g' package/base-files/files/bin/config_generate
git clone https://github.com/sbwml/packages_lang_golang -b 23.x feeds/packages/lang/golang
git clone -b openwrt-24.10 https://github.com/sbwml/luci-theme-argon package/luci-theme-argon
git clone https://github.com/sbwml/luci-app-alist package/luci-app-alist
git clone -b main https://github.com/xiaorouji/openwrt-passwall package/psw
git clone https://github.com/xiaorouji/openwrt-passwall-packages package/pswcore
git clone https://github.com/sbwml/luci-app-mosdns package/mosdns
git clone -b dev https://github.com/immortalwrt/homeproxy package/homeproxy