🐛 fix missing directory
This commit is contained in:
parent
b2345c0b87
commit
9c32a0f989
1 changed files with 1 additions and 0 deletions
|
|
@ -46,5 +46,6 @@ echo >&2 "====================================================================="
|
||||||
echo >&2 " installing nvim"
|
echo >&2 " installing nvim"
|
||||||
NVIM_VERSION=0.7.2
|
NVIM_VERSION=0.7.2
|
||||||
sudo apt-get install -y libfuse2
|
sudo apt-get install -y libfuse2
|
||||||
|
mkdir /bin/nvim
|
||||||
curl -L -o /bin/nvim https://github.com/neovim/neovim/releases/download/v${NVIM_VERSION}/nvim.appimage
|
curl -L -o /bin/nvim https://github.com/neovim/neovim/releases/download/v${NVIM_VERSION}/nvim.appimage
|
||||||
chmod a+x /bin/nvim
|
chmod a+x /bin/nvim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue