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 70cea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devcontainer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ INFO "Installing NEOVIM..."
# get the newest neovim
add_ppa ppa-verse/core
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 70cea48

Please sign in to comment.