From b53182a6b9dbe73ebf4857b74c321090be247f48 Mon Sep 17 00:00:00 2001 From: Kendall Whitman Date: Thu, 8 May 2025 14:58:30 -0500 Subject: [PATCH] update nvim deb name --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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