Skip to content

Commit 452e75f

Browse files
committed
update 2026-08-13 02:45:07
1 parent 262cc0d commit 452e75f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

immwrt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lean.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
# 设置环境变量

0 commit comments

Comments
 (0)