From 475d65024ff91128ad7bac08654151cfb095fcae Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 6 Sep 2018 19:41:58 +0200 Subject: [PATCH] --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 453c4ec..fd9f5d9 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -14,7 +14,7 @@ git --git-dir="$HOME/.cfg/" --work-tree="$HOME" config status.showUntrackedFiles rm -r $TMPDIR # node related -curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - +curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt-get install -y nodejs # python3 related