Skip to content
Snippets Groups Projects
Commit 69e68986 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Use 'sudo bash' when adding nodesource repository

parent 48422b41
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -166,7 +166,7 @@ In many distros the versions provided by the official package repositories
are out of date, so we'll need to install through the following commands:
 
# install node v7.x
curl --location https://deb.nodesource.com/setup_7.x | bash -
curl --location https://deb.nodesource.com/setup_7.x | sudo bash -
sudo apt-get install -y nodejs
 
# install yarn
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment