summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-05-30 12:05:30 +0000
committerRémy Coutable <remy@rymai.me>2017-05-30 12:05:30 +0000
commitc5b0c530bf93e4525f8573dea14abd3f927b0f90 (patch)
tree0c9e65dba8d00c9b8f85e04b946e56dc34bd45ea
parentebd6e5f351a53b55e15631f01d1bc96ff04e4065 (diff)
parent69e68986df286d67a7a8606c9547355ac614e88f (diff)
downloadgitlab-ce-c5b0c530bf93e4525f8573dea14abd3f927b0f90.tar.gz
Merge branch 'node-sudo-bash' into 'master'
Use 'sudo bash' when adding nodesource repository See merge request !10527
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index cda70b78c61..0cf7d40507b 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -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