From 05dbf3cb88dc4b279604f0109144ed148650a583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Thu, 19 Oct 2023 14:32:17 +0200 Subject: [PATCH] Upgrade node --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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