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:
parent
7664c1cef5
commit
f80035e0ff
1 changed files with 0 additions and 1 deletions
|
@ -1910,7 +1910,6 @@ impl SshRemoteConnection {
|
|||
.run_command(
|
||||
"wget",
|
||||
&[
|
||||
"--max-redirect=5",
|
||||
"--method=GET",
|
||||
"--header=Content-Type: application/json",
|
||||
"--body-data",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue