diff --git a/install.sh b/install.sh index d20c3be..a6e1383 100755 --- a/install.sh +++ b/install.sh @@ -44,7 +44,7 @@ if $NVIM; then $SUDO apt update $SUDO apt install -y software-properties-common $SUDO add-apt-repository ppa:neovim-ppa/unstable -y - $SUDO curl -sL https://deb.nodesource.com/setup_20.x | $SUDO bash - + $SUDO curl -sL https://deb.nodesource.com/setup_21.x | $SUDO bash - $SUDO apt update $SUDO apt install -y $dependencies python3-venv nodejs golang fi