diff options
Diffstat (limited to 'runs/neovim')
| -rwxr-xr-x | runs/neovim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runs/neovim b/runs/neovim index 3c07832..6592267 100755 --- a/runs/neovim +++ b/runs/neovim @@ -5,7 +5,7 @@ source $HOME/personal/dotfiles/util version="v0.10.2" git clone -b $version https://github.com/neovim/neovim.git $target/neovim -sudo dnf install -y cmake gettext lua lua-libs +sudo apt install ninja-build gettext cmake unzip curl build-essential cd $target/neovim make CMAKE_BUILD_TYPE=RelWithDebInfo make CMAKE_INSTALL_PREFIX=$target install |
