From de42798c9e59b25888288c350d0dd4c9fdd754ee Mon Sep 17 00:00:00 2001 From: Erich L Foster Date: Thu, 19 Sep 2024 15:28:40 +0200 Subject: [PATCH] Use upgrade for nvim install --- scripts/devcontainer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/devcontainer.sh b/scripts/devcontainer.sh index 2fe0513..5c6f227 100755 --- a/scripts/devcontainer.sh +++ b/scripts/devcontainer.sh @@ -41,9 +41,9 @@ sym_links INFO "Installing NEOVIM..." # get the newest neovim -add_ppa ppa-verse/core +add_ppa neovim-ppa/stable apt_update -apt_install neovim +sudo apt-get upgrade -y neovim curl https://sh.rustup.rs -sSf | bash -s -- -y source $HOME/.cargo/env