|
il y a 2 jours | |
---|---|---|
.github | il y a 3 semaines | |
chinadns-ng | il y a 2 mois | |
dns2socks | il y a 2 ans | |
dns2socks-rust | il y a 3 semaines | |
dns2tcp | il y a 1 an | |
dnsproxy | il y a 3 mois | |
gn | il y a 4 semaines | |
hysteria | il y a 2 semaines | |
ipt2socks | il y a 5 mois | |
lua-neturl | il y a 5 mois | |
luci-app-ssr-plus | il y a 2 jours | |
microsocks | il y a 8 mois | |
mosdns | il y a 1 an | |
naiveproxy | il y a 1 semaine | |
redsocks2 | il y a 6 mois | |
shadow-tls | il y a 3 mois | |
shadowsocks-libev | il y a 2 mois | |
shadowsocks-rust | il y a 2 mois | |
shadowsocksr-libev | il y a 1 mois | |
simple-obfs | il y a 4 semaines | |
tcping | il y a 1 mois | |
trojan | il y a 1 mois | |
tuic-client | il y a 2 mois | |
v2ray-core | il y a 2 mois | |
v2ray-plugin | il y a 2 semaines | |
v2raya | il y a 1 mois | |
xray-core | il y a 1 mois | |
xray-plugin | il y a 11 mois | |
.gitignore | il y a 3 semaines | |
LICENSE | il y a 3 ans | |
README.md | il y a 1 an |
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.