This commit is contained in:
kenzok8 2022-04-11 15:22:32 +08:00
parent f26922751b
commit c780151b74
3 changed files with 4 additions and 3 deletions

View File

@ -38,7 +38,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
chmod +x ${{matrix.target}}.sh
git clone -b master https://github.com/kenzok8/openwrt-packages.git ${{matrix.target}}
git clone -b ${{matrix.target}} https://github.com/kenzok8/sync-openwrt-packages.git ${{matrix.target}}
cd ${{matrix.target}}
$GITHUB_WORKSPACE/${{matrix.target}}.sh
$GITHUB_WORKSPACE/Modify.sh

View File

@ -38,7 +38,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
chmod +x small.sh
git clone -b master https://github.com/kenzok8/small.git ${{matrix.target}}
git clone -b ${{matrix.target}} https://github.com/kenzok8/sync-openwrt-packages.git ${{matrix.target}}
cd ${{matrix.target}}
$GITHUB_WORKSPACE/small.sh

View File

@ -16,7 +16,8 @@ rm -rf $1
}
git clone --depth 1 -b packages https://github.com/xiaorouji/openwrt-passwall && mv -n openwrt-passwall/chinadns-ng openwrt-passwall/dns2socks openwrt-passwall/hysteria openwrt-passwall/ipt2socks openwrt-passwall/pdnsd-alt openwrt-passwall/trojan-go openwrt-passwall/trojan-plus openwrt-passwall/ssocks ./ ; rm -rf openwrt-passwall
svn co https://github.com/kenzok8/jell/trunk/brook
svn export --force https://github.com/immortalwrt/packages/trunk/net/brook
svn co https://github.com/openwrt/packages/trunk/net/shadowsocks-libev
svn co https://github.com/fw876/helloworld/trunk/simple-obfs
svn co https://github.com/fw876/helloworld/trunk/shadowsocks-rust