update nvim deb name

This commit is contained in:
Kendall Whitman 2025-05-08 14:58:30 -05:00
parent 023f399f83
commit b53182a6b9

View File

@ -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