From 519338579f0e56c893afdaa5ac117678e2d8edc7 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sun, 7 Nov 2021 14:35:03 +0100 Subject: installers/shell: remove deprecated remote_powershell --- lua/nvim-lsp-installer/installers/shell.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lua') diff --git a/lua/nvim-lsp-installer/installers/shell.lua b/lua/nvim-lsp-installer/installers/shell.lua index 53feda70..33d603a9 100644 --- a/lua/nvim-lsp-installer/installers/shell.lua +++ b/lua/nvim-lsp-installer/installers/shell.lua @@ -89,13 +89,6 @@ function M.powershell(raw_script, opts) } end ----@deprecated Unsafe. ----@param url string @The url to the powershell script to execute. ----@param opts {prefix: string, env: table} -function M.remote_powershell(url, opts) - return M.powershell(("iwr -UseBasicParsing %q | iex"):format(url), opts) -end - ---@param raw_script string @A script that is compatible with bash and cmd.exe. ---@param opts {env: table} function M.polyshell(raw_script, opts) -- cgit v1.3.1