This commit is contained in:
Tobias Schmidl 2018-09-06 19:41:58 +02:00 committed by GitHub
parent d62798e41d
commit 475d65024f

View file

@ -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