From b0e701f8493240942003e773059fce229b103b57 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sun, 22 Aug 2021 08:50:27 +0200 Subject: replace all usage of curl(1) with wget(1) --- lua/nvim-lsp-installer/installers/shell.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/nvim-lsp-installer/installers/shell.lua') diff --git a/lua/nvim-lsp-installer/installers/shell.lua b/lua/nvim-lsp-installer/installers/shell.lua index 6cbe26ae..bfdb5dea 100644 --- a/lua/nvim-lsp-installer/installers/shell.lua +++ b/lua/nvim-lsp-installer/installers/shell.lua @@ -33,7 +33,7 @@ function M.raw(raw_script, opts) end function M.remote(url, opts) - return M.raw(("curl -s -f %q | bash"):format(url), opts) + return M.raw(("wget -nv -O - %q | bash"):format(url), opts) end return M -- cgit v1.2.3-70-g09d2