Edit update_ubuntu.sh

This commit is contained in:
Christoffer Martinsson 2025-05-09 09:45:45 +02:00
parent 38a209cb22
commit a62ad1fc45

View File

@ -139,7 +139,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