fixed curl command

This commit is contained in:
radumacocian
2024-08-19 18:32:23 +02:00
parent 4af25f09d2
commit 58de22bfb3
2 changed files with 2 additions and 1 deletions

View File

@@ -44,8 +44,9 @@ elif [[ "$OSTYPE" == "msys"* ]]; then
echo "[Skipped NVIM already installed"
else
echo "----- Downloading nvim -----"
curl -o nvim-win64.msi https://github.com/neovim/neovim/releases/latest/download/nvim-win64.msi
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-win64.msi
msiexec /i ./nvim-win64.msi /passive
rm -rf nvim-win64.msi
fi
fi