install: It's lowercase o to name the download file in curl

This commit is contained in:
2024-11-16 19:13:23 -05:00
parent 3ed97c65a1
commit fa24018cd5

View File

@@ -28,7 +28,7 @@ case `uname` in
if [[ ! -a ~/.local/bin/nvim ]]; then
echo "Installing Installing Neovim"
pushd ~/.local/bin
curl -L -O nvim https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
curl -L -o nvim "https://github.com/neovim/neovim/releases/latest/download/nvim.appimage"
chmod u+x nvim
popd
fi