Skip to content

Commit 6316085

Browse files
committed
Use upgrade for nvim install
1 parent 5a7ad51 commit 6316085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/devcontainer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ sym_links
4141

4242
INFO "Installing NEOVIM..."
4343
# get the newest neovim
44-
add_ppa ppa-verse/core
44+
add_ppa neovim-ppa/unstable
4545
apt_update
46-
apt_install neovim
46+
sudo apt-get upgrade -y neovim
4747

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

0 commit comments

Comments
 (0)