We already have the right version in Ubuntu 24.04

Closes #86
This commit is contained in:
David Heinemeier Hansson
2024-06-11 19:49:06 +02:00
parent 2dbeec36df
commit 52f48cf2e4

View File

@@ -1,5 +1,3 @@
sudo add-apt-repository -y ppa:neovim-ppa/stable
sudo apt update
sudo apt install -y neovim
if [ ! -d "$HOME/.config/nvim" ]; then