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:
authorPierre-Alexandre Clorichel <contact@clorichel.com>2016-09-29 22:12:32 +0300
committerPierre-Alexandre Clorichel <contact@clorichel.com>2016-09-29 22:12:32 +0300
commit01384edd6f7dad755710caa8f8dad0bd4c7da6bc (patch)
tree0f248cfe89cc06da8c8f2a224e125473b156b31b /doc/install
parent923a1f7ace53f4913284c384ae2a20a39a999f99 (diff)
users should remove former Go installation folder
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index cb4c1f4a091..ec0bd115656 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -142,6 +142,9 @@ gitlab-workhorse we need a Go compiler. The instructions below assume you
use 64-bit Linux. You can find downloads for other platforms at the [Go download
page](https://golang.org/dl).
+ # Remove former Go installation folder
+ sudo rm -rf /usr/local/go
+
curl --remote-name --progress https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz
echo '43afe0c5017e502630b1aea4d44b8a7f059bf60d7f29dfd58db454d4e4e0ae53 go1.5.3.linux-amd64.tar.gz' | shasum -a256 -c - && \
sudo tar -C /usr/local -xzf go1.5.3.linux-amd64.tar.gz