Skip to content

Commit

Permalink
Use upgrade for nvim install
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Sep 20, 2024
1 parent 5a7ad51 commit 6316085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/devcontainer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ sym_links

INFO "Installing NEOVIM..."
# get the newest neovim
add_ppa ppa-verse/core
add_ppa neovim-ppa/unstable
apt_update
apt_install neovim
sudo apt-get upgrade -y neovim

curl https://sh.rustup.rs -sSf | bash -s -- -y
source $HOME/.cargo/env
Expand Down

0 comments on commit 6316085

Please sign in to comment.