fixed command order msiexec

This commit is contained in:
radumacocian
2024-08-19 18:23:48 +02:00
parent c385de5a1c
commit 0178e6ded4
2 changed files with 1 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ elif [[ "$OSTYPE" == "msys"* ]]; then
else
echo "----- Downloading nvim -----"
curl -o nvim-win64.msi https://github.com/neovim/neovim/releases/latest/download/nvim-win64.msi
msiexec -i ./nvim-win64.msi "/passive"
msiexec /i /passive ./nvim-win64.msi
fi
fi