another try

This commit is contained in:
radumacocian
2024-08-19 18:24:27 +02:00
parent 0178e6ded4
commit 4af25f09d2
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 /passive ./nvim-win64.msi
msiexec /i ./nvim-win64.msi /passive
fi
fi