summaryrefslogtreecommitdiff
path: root/utils/installer/install.ps1
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-04-27 17:38:06 +0200
committerkylo252 <[email protected]>2022-04-27 17:38:06 +0200
commitf3750313da239d4a9018195c91e74596e36a794a (patch)
treed023a2de6a2819bf5b16010dd02ed68ccdd2d0e8 /utils/installer/install.ps1
parente81d24e3c34cc9718b74de3c0f294c53fcbe82a8 (diff)
parent3de829e76ed3d90b25250b1ab76f6425146af9d2 (diff)
Merge branch 'rolling'
Diffstat (limited to 'utils/installer/install.ps1')
-rw-r--r--utils/installer/install.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.ps1 b/utils/installer/install.ps1
index 182e7bac..31f862f3 100644
--- a/utils/installer/install.ps1
+++ b/utils/installer/install.ps1
@@ -82,7 +82,7 @@ function print_missing_dep_msg($dep) {
Write-Output "Please install it first and re-run the installer."
}
-$winget_package_matrix=@{"git" = "Git.Git"; "nvim" = "nvim.nvim"; "make" = "GnuWin32.Make"; "node" = "OpenJS.NodeJS"; "pip" = "Python.Python.3"}
+$winget_package_matrix=@{"git" = "Git.Git"; "nvim" = "Neovim.Neovim"; "make" = "GnuWin32.Make"; "node" = "OpenJS.NodeJS"; "pip" = "Python.Python.3"}
$scoop_package_matrix=@{"git" = "git"; "nvim" = "neovim-nightly"; "make" = "make"; "node" = "nodejs"; "pip" = "python3"}
function install_system_package($dep) {