From a62ad1fc45186cb163f4061608f1286ff136d40a Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Fri, 9 May 2025 09:45:45 +0200 Subject: [PATCH] Edit update_ubuntu.sh --- update_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_ubuntu.sh b/update_ubuntu.sh index cc1d6fe..df3f716 100755 --- a/update_ubuntu.sh +++ b/update_ubuntu.sh @@ -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