diff options
author | Rémy Coutable <remy@rymai.me> | 2017-05-30 12:05:30 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-05-30 12:05:30 +0000 |
commit | c5b0c530bf93e4525f8573dea14abd3f927b0f90 (patch) | |
tree | 0c9e65dba8d00c9b8f85e04b946e56dc34bd45ea /doc | |
parent | ebd6e5f351a53b55e15631f01d1bc96ff04e4065 (diff) | |
parent | 69e68986df286d67a7a8606c9547355ac614e88f (diff) | |
download | gitlab-ce-c5b0c530bf93e4525f8573dea14abd3f927b0f90.tar.gz |
Merge branch 'node-sudo-bash' into 'master'
Use 'sudo bash' when adding nodesource repository
See merge request !10527
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
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 |