diff --git a/install.sh b/install.sh index f3ae2c7..7f930c1 100644 --- a/install.sh +++ b/install.sh @@ -182,7 +182,7 @@ if ! [ -x "$(command -v nvim)" ]; then source ~/.bashrc git clone https://github.com/neovim/neovim cd neovim - make CMAKE_BUILD_TYPE=RelWithDebInfo && cd build && cpack -G DEB && sudo dpkg -i nvim-linux64.deb + make CMAKE_BUILD_TYPE=RelWithDebInfo && cd build && cpack -G DEB && sudo dpkg -i nvim-linux-x86_64.deb cd ~/.dotfiles/ && sudo rm -rf neovim fi