🐛 fix missings libfuse
This commit is contained in:
parent
6fdb57ab63
commit
bcd4464fb2
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
# Install neovim
|
||||
echo >&2 "====================================================================="
|
||||
echo >&2 " >> installing nvim"
|
||||
echo >&2 " >>> installing libfuse2"
|
||||
sudo apt-get install -y libfuse2
|
||||
# curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
|
||||
# NVIM_VERSION=0.9.0
|
||||
echo >&2 " >>> downloading nvim"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue