Corrected nodejs install in wsl-setup.org

This commit is contained in:
2019-12-13 11:13:46 +00:00
parent 2a68a57324
commit 078fc9f037

View File

@ -39,7 +39,7 @@
#+NAME: Install node
#+BEGIN_SRC shell
sudo curl -sL https://deb.nodesource.com/setup_12.x | bash -
sudo curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
sudo apt-get install -y nodejs
#+END_SRC