|
|
1 year ago | |
|---|---|---|
| .github | 1 year ago | |
| chinadns-ng | 1 year ago | |
| dns2socks | 3 years ago | |
| dns2tcp | 1 year ago | |
| gn | 1 year ago | |
| hysteria | 1 year ago | |
| ipt2socks | 2 years ago | |
| lua-neturl | 2 years ago | |
| luci-app-ssr-plus | 1 year ago | |
| microsocks | 1 year ago | |
| mosdns | 1 year ago | |
| naiveproxy | 1 year ago | |
| redsocks2 | 3 years ago | |
| shadow-tls | 1 year ago | |
| shadowsocks-rust | 1 year ago | |
| shadowsocksr-libev | 1 year ago | |
| simple-obfs | 2 years ago | |
| tcping | 2 years ago | |
| trojan | 4 years ago | |
| tuic-client | 2 years ago | |
| v2ray-core | 1 year ago | |
| v2ray-plugin | 1 year ago | |
| v2raya | 1 year ago | |
| xray-core | 1 year ago | |
| xray-plugin | 1 year ago | |
| LICENSE | 3 years ago | |
| README.md | 1 year ago |
Install clang first.
Clone this repo:
rm -rf package/helloworld
git clone --depth=1 https://github.com/fw876/helloworld.git package/helloworld
Pull upstream commits:
git -C package/helloworld pull
Remove
rm -rf package/helloworld
Add new submodule:
rm -rf package/helloworld
git submodule add -f --name helloworld https://github.com/fw876/helloworld.git package/helloworld
Pull upstream commits:
git submodule update --remote package/helloworld
Remove
git submodule deinit -f package/helloworld
git rm -f package/helloworld
git reset HEAD .gitmodules
rm -rf .git/modules{/,/package/}helloworld
Add new feed:
sed -i "/helloworld/d" "feeds.conf.default"
echo "src-git helloworld https://github.com/fw876/helloworld.git" >> "feeds.conf.default"
Pull upstream commits:
./scripts/feeds update helloworld
./scripts/feeds install -a -f -p helloworld
Remove
sed -i "/helloworld/d" "feeds.conf.default"
./scripts/feeds clean
./scripts/feeds update -a
./scripts/feeds install -a
You have to manually upgrade Golang toolchain to 1.21 or higher to compile Xray-core.