From f80035e0ffc2a858be4d2bee58cff02591136a60 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 26 Feb 2025 16:22:56 -0500 Subject: [PATCH] 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) --- crates/remote/src/ssh_session.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/remote/src/ssh_session.rs b/crates/remote/src/ssh_session.rs index e16b93bbddea30544f741bc665c16d4b2c1daed1..a5fd58b9d09fd84917a92e87bd5b19ce48d76e83 100644 --- a/crates/remote/src/ssh_session.rs +++ b/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",