mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
Update upstream.yml
This commit is contained in:
parent
5806c617e2
commit
999afe433e
6
.github/workflows/upstream.yml
vendored
6
.github/workflows/upstream.yml
vendored
@ -364,7 +364,7 @@ jobs:
|
||||
git_sparse_clone chawrt/24.10 "https://github.com/liudf0716/luci" applications/luci-app-yt-dlp applications/luci-app-apfree-wifidog applications/luci-app-ss-redir
|
||||
git_sparse_clone chawrt/24.10 "https://github.com/liudf0716/packages" net/ss-redir
|
||||
) &
|
||||
git_sparse_clone openwrt-25.12 "https://github.com/immortalwrt/packages" net/n2n net/dae net/frp \
|
||||
git_sparse_clone openwrt-25.12 "https://github.com/immortalwrt/packages" net/n2n net/dae \
|
||||
net/amule net/cdnspeedtest net/minieap net/ddns-go net/sysuh3c net/3proxy net/cloudreve \
|
||||
net/go-nats net/go-wol net/bitsrunlogin-go net/transfer net/daed net/udp2raw net/msd_lite \
|
||||
net/subconverter net/ngrokc net/scutclient net/gost net/ua2f net/dufs net/qBittorrent-Enhanced-Edition \
|
||||
@ -382,12 +382,12 @@ 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-frp*,luci-app-homeproxy}
|
||||
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
|
||||
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/!(luci-app-frp*) luciapp/; rm -rf applications
|
||||
mv -n applications/* luciapp/; rm -rf applications
|
||||
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user