🐛 fix bash variable concat
This commit is contained in:
parent
3e48565071
commit
7470cb24db
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ sudo apt-get install -y libfuse2
|
|||
echo >&2 " >>> downloading nvim"
|
||||
# TODO: remove test urls and use NVIM_VERSION variable
|
||||
# curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
|
||||
# curl -LO https://github.com/neovim/neovim/releases/download/v$(NVIM_VERSION)/nvim.appimage
|
||||
curl -LO https://github.com/neovim/neovim/releases/download/v${NVIM_VERSION}/nvim.appimage
|
||||
curl -LO https://github.com/neovim/neovim/releases/download/v0.9.0/nvim.appimage
|
||||
|
||||
echo >&2 " >>> changing nvim.appimage mode bits (u+x)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue