File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ add_custom_packages() {
304304 [ -d " $destination_dir " ] || mkdir -p " $destination_dir "
305305
306306 # 基础插件
307- clone_dir openwrt-23.05 https://github.com/coolsnowwolf /luci luci-app-adguardhome
307+ clone_dir https://github.com/sirpdboy /luci-app-adguardhome luci-app-adguardhome
308308 clone_dir https://github.com/sirpdboy/luci-app-ddns-go ddns-go luci-app-ddns-go
309309 clone_all https://github.com/sbwml/luci-app-alist
310310 clone_all https://github.com/sbwml/luci-app-mosdns
Original file line number Diff line number Diff line change @@ -231,7 +231,8 @@ clone_source_code() {
231231 echo " OPENWRT_PATH=$PWD " >> $GITHUB_ENV
232232
233233 # 设置luci版本为18.06
234- sed -i ' /luci/s/^#//; /luci.git;openwrt/s/^/#/' feeds.conf.default
234+ sed -i ' /luci/d' feeds.conf.default
235+ sed -i ' 1a src-git luci https://github.com/coolsnowwolf/luci.git;master' feeds.conf.default
235236}
236237
237238# 设置环境变量
You can’t perform that action at this time.
0 commit comments