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

Peter Tripp created

- 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)

Change summary

crates/remote/src/ssh_session.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/remote/src/ssh_session.rs 🔗

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