update nvim deb name
This commit is contained in:
parent
023f399f83
commit
b53182a6b9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user