Support busybox wget for downloading zed-remote-server (#25621)

- Closes: https://github.com/zed-industries/zed/issues/22380

Arch linux ships busybox wget not gnu wget.
BusyBox wget does not support `--max-redirect`.

Release Notes:

- ssh: Add support for downloading `zed-remote-server` with busybox wget (ArchLinux, etc)
This commit is contained in:
Peter Tripp 2025-02-26 16:22:56 -05:00 committed by GitHub
parent 7664c1cef5
commit f80035e0ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1910,7 +1910,6 @@ impl SshRemoteConnection {
.run_command(
"wget",
&[
"--max-redirect=5",
"--method=GET",
"--header=Content-Type: application/json",
"--body-data",