diff --git a/update_ubuntu.sh b/update_ubuntu.sh index 6a43f41..3af5307 100755 --- a/update_ubuntu.sh +++ b/update_ubuntu.sh @@ -128,7 +128,7 @@ if [ -d ~/neovim ]; then rm -rf ~/neovim; fi git clone https://github.com/neovim/neovim cd neovim && git checkout stable make CMAKE_BUILD_TYPE=RelWithDebInfo -cd build && cpack -G DEB && sudo dpkg -i nvim-linux64.deb +cd build && cpack -G DEB && sudo dpkg -i nvim*.deb if [ -d ~/neovim ]; then rm -rf ~/neovim; fi # Install caffeine