mirror of https://github.com/kenzok8/small.git
int
This commit is contained in:
parent
f26922751b
commit
c780151b74
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
3
small.sh
3
small.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue