mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-06 15:22:15 +03:00
The panel maps GOARCH=arm to "arm32" and launches bin/xray-linux-arm32, but install.sh/update.sh renamed the release tarball's binary (xray-linux-armv5/v6/v7) to xray-linux-arm. On armv7 boxes every update downloaded a fresh Xray core into a name the panel never executes, so an old correctly-named binary kept running forever, and a brand-new install had no launchable Xray binary at all. Rename to arm32 to match the panel (mtg stays plain "arm", matching internal/mtproto), and drop the stale misnamed xray-linux-arm during updates like the existing amd64 cleanup. Closes #5788
74 KiB
74 KiB