openwrt-bgme-feed/update-subtree.sh
2025-07-12 15:55:02 +08:00

13 lines
651 B
Bash

#!/bin/bash
cd "$(dirname "$0")"
git subtree pull --prefix=einat-ebpf --squash https://github.com/muink/openwrt-einat-ebpf.git master
git subtree pull --prefix=luci-app-einat --squash https://github.com/muink/luci-app-einat.git master
git subtree pull --prefix=smartdns --squash https://github.com/pymumu/openwrt-smartdns.git master
git subtree pull --prefix=luci-app-smartdns --squash https://github.com/pymumu/luci-app-smartdns.git master
git subtree pull --prefix=fakehttp --squash https://github.com/yingziwu/openwrt-fakehttp.git main
git subtree pull --prefix=luci-app-fakehttp --squash https://github.com/yingziwu/luci-app-fakehttp.git main