diff --git a/scripts/devcontainer.sh b/scripts/devcontainer.sh index 2fe0513..c00ff14 100755 --- a/scripts/devcontainer.sh +++ b/scripts/devcontainer.sh @@ -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