install: It's lowercase o to name the download file in curl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user