From 905845a60b92c840c193bdd9955c4fb80eae619f Mon Sep 17 00:00:00 2001 From: liupeng Date: Wed, 23 Mar 2022 23:43:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0openclash=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PhicommK3/lede/part1.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/PhicommK3/lede/part1.sh b/PhicommK3/lede/part1.sh index cb301b6..9f255ab 100755 --- a/PhicommK3/lede/part1.sh +++ b/PhicommK3/lede/part1.sh @@ -27,6 +27,13 @@ rm -rf package/lean/luci-app-passwall git clone -b luci https://github.com/xiaorouji/openwrt-passwall package/lean/luci-app-passwall echo '=========Add feed source OK!=========' +echo '添加OpenClash软件源' +sed -i '$a src-git openclash https://github.com/vernesong/OpenClash' feeds.conf.default +rm -rf package/lean/luci-app-passwall +git clone -b luci https://github.com/vernesong/OpenClash package/lean/luci-app-openclash +echo '=========Add feed source OK!=========' + + echo '添加jerrykuku的argon-mod主题' rm -rf package/lean/luci-theme-argon git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon package/lean/luci-theme-argon