mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 04:25:45 +00:00
Use a seperate dir for hev-socks5-tunnel
This commit is contained in:
parent
2ce8a86f71
commit
47165f14c1
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ build_for_arch() {
|
||||||
download_singbox "$outroot/bin/sing_box" "$RID_DIR" || echo "[!] sing-box download failed (skipped)"
|
download_singbox "$outroot/bin/sing_box" "$RID_DIR" || echo "[!] sing-box download failed (skipped)"
|
||||||
fi
|
fi
|
||||||
download_geo_assets "$outroot" || echo "[!] Geo rules download failed (skipped)"
|
download_geo_assets "$outroot" || echo "[!] Geo rules download failed (skipped)"
|
||||||
download_hev_socks5_tunnel $outroot "$RID_DIR" || echo "[!] hev-socks5-tunnel download failed (skipped)"
|
download_hev_socks5_tunnel /opt/v2rayn-core "$RID_DIR" || echo "[!] hev-socks5-tunnel download failed (skipped)"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ "$FORCE_NETCORE" -eq 0 ]]; then
|
if [[ "$FORCE_NETCORE" -eq 0 ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue