Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-04-07 11:46:36 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-05-23 16:38:18 +0300
commit69e68986df286d67a7a8606c9547355ac614e88f (patch)
tree9dfcf3cca5be938480245e84eb5cd8684946c177 /doc/install/installation.md
parent48422b415d16927d0382dd401145807a50a00772 (diff)
Use 'sudo bash' when adding nodesource repository
In accordance with https://github.com/nodesource/distributions#debinstall
Diffstat (limited to 'doc/install/installation.md')
-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 5bba405f159..c87a485b6af 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