added -i command to msiexec

This commit is contained in:
radumacocian
2024-08-19 18:22:56 +02:00
parent bea13e46e4
commit c385de5a1c
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 ./nvim-win64.msi "/passive"
msiexec -i ./nvim-win64.msi "/passive"
fi
fi