🐛 fix nvim dl url
This commit is contained in:
parent
19d0ea24d5
commit
6fdb57ab63
1 changed files with 3 additions and 3 deletions
|
|
@ -4,11 +4,11 @@
|
||||||
echo >&2 "====================================================================="
|
echo >&2 "====================================================================="
|
||||||
echo >&2 " >> installing nvim"
|
echo >&2 " >> installing nvim"
|
||||||
# curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
|
# curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
|
||||||
NVIM_VERSION=0.9.0
|
# NVIM_VERSION=0.9.0
|
||||||
echo >&2 " >>> downloading nvim"
|
echo >&2 " >>> downloading nvim"
|
||||||
# curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
|
# curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
|
||||||
curl -LO https://github.com/neovim/neovim/releases/tag/v${NVIM_VERSION}/download/nvim.appimage
|
curl -LO https://github.com/neovim/neovim/releases/download/v0.9.0/nvim.appimage
|
||||||
echo >&2 " >>> examine"
|
echo >&2 " >>> examine"
|
||||||
cat nvim.appimage
|
# cat nvim.appimage
|
||||||
chmod u+x nvim.appimage
|
chmod u+x nvim.appimage
|
||||||
./nvim.appimage
|
./nvim.appimage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue