From 0cfec5e25ce71cbcb630cebd6d7b330a177d1573 Mon Sep 17 00:00:00 2001 From: Mateja Date: Mon, 8 Mar 2021 15:17:02 +0100 Subject: Use nodesource for nodejs, instead of backports. --- setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 78dd3ce..93b6b61 100755 --- a/setup.sh +++ b/setup.sh @@ -165,7 +165,9 @@ wget -O /tmp/composer-setup.php https://getcomposer.org/installer sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer #sudo composer self-update -sudo apt -t buster-backports install -y nodejs npm +#sudo apt -t buster-backports install -y nodejs npm +curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - +sudo apt-get install -y nodejs if [[ $latex_install ]] then -- cgit v1.2.3