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