From 3b3c1313c3790d7aaebd98c907e7bee0e3eac0ac Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Fri, 22 May 2026 14:16:08 +0800 Subject: [PATCH] Update upstream.yml --- .github/workflows/upstream.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 8d2d94dd..ac2ed7b3 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -382,14 +382,14 @@ jobs: git_clone https://github.com/koshev-msk/modemfeed && mv -n modemfeed/*/!(telephony)/* ./; rm -rf modemfeed git_sparse_clone openwrt-25.12 "https://github.com/coolsnowwolf/luci" applications \ modules/luci-base modules/luci-mod-network modules/luci-mod-status modules/luci-mod-system protocols/luci-proto-openvpnc themes/luci-theme-design - mv -f applications luciapp;rm -rf luciapp/luci-app-homeproxy - git_sparse_clone master "https://github.com/coolsnowwolf/luci" libs/luci-lib-fs applications collections/luci-lib-docker - mv -n applications/* luciapp/; rm -rf applications + mv -f applications luciapp;rm -rf luciapp/{luci-app-homeproxy,luci-app-dockerman} rm -rf luciapp/{luci-app-qbittorrent,luci-app-zerotier,luci-app-cpufreq,luci-app-e2guardian,luci-app-aliyundrive-fuse,luci-app-syncdial,luci-app-firewall} git_sparse_clone openwrt-25.12 "https://github.com/immortalwrt/luci" applications collections/luci-nginx protocols/luci-proto-minieap protocols/luci-proto-quectel themes/luci-theme-argon mv -n applications/* luciapp/; rm -rf applications + git_sparse_clone master "https://github.com/coolsnowwolf/luci" libs/luci-lib-fs applications collections/luci-lib-docker + mv -n applications/* luciapp/; rm -rf applications - for ipk in $(ls -d luciapp/!(luci-app-rclone|luci-app-smartdns|luci-app-3ginfo-lite|luci-app-ddns|luci-app-ksmbd|luci-app-samba4|luci-app-watchcat|luci-app-transmission)/); do + for ipk in $(ls -d luciapp/!(luci-app-rclone|luci-app-dockerman|luci-app-smartdns|luci-app-3ginfo-lite|luci-app-ddns|luci-app-ksmbd|luci-app-samba4|luci-app-watchcat|luci-app-transmission)/); do if [[ $(ls $ipk/po | wc -l) -gt 4 ]]; then rm -rf $ipk fi