Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
44063dda
Commit
44063dda
authored
Jan 28, 2022
by
Christoph Klaffl
Committed by
Achilleas Pipinellis
Jan 28, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow redirects for downloading go and ruby
parent
b7eb0950
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/install/installation.md
doc/install/installation.md
+2
-2
No files found.
doc/install/installation.md
View file @
44063dda
...
@@ -230,7 +230,7 @@ Download Ruby and compile it:
...
@@ -230,7 +230,7 @@ Download Ruby and compile it:
```
shell
```
shell
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
curl
--remote-name
--progress-bar
"https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.4.tar.gz"
curl
--remote-name
--
location
--
progress-bar
"https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.4.tar.gz"
echo
'3043099089608859fc8cce7f9fdccaa1f53a462457e3838ec3b25a7d609fbc5b ruby-2.7.4.tar.gz'
|
sha256sum
-c
-
&&
tar
xzf ruby-2.7.4.tar.gz
echo
'3043099089608859fc8cce7f9fdccaa1f53a462457e3838ec3b25a7d609fbc5b ruby-2.7.4.tar.gz'
|
sha256sum
-c
-
&&
tar
xzf ruby-2.7.4.tar.gz
cd
ruby-2.7.4
cd
ruby-2.7.4
...
@@ -250,7 +250,7 @@ page](https://go.dev/dl).
...
@@ -250,7 +250,7 @@ page](https://go.dev/dl).
# Remove former Go installation folder
# Remove former Go installation folder
sudo rm
-rf
/usr/local/go
sudo rm
-rf
/usr/local/go
curl
--remote-name
--progress-bar
"https://go.dev/dl/go1.16.10.linux-amd64.tar.gz"
curl
--remote-name
--
location
--
progress-bar
"https://go.dev/dl/go1.16.10.linux-amd64.tar.gz"
echo
'414cd18ce1d193769b9e97d2401ad718755ab47816e13b2a1cde203d263b55cf go1.16.10.linux-amd64.tar.gz'
| shasum
-a256
-c
-
&&
\
echo
'414cd18ce1d193769b9e97d2401ad718755ab47816e13b2a1cde203d263b55cf go1.16.10.linux-amd64.tar.gz'
| shasum
-a256
-c
-
&&
\
sudo tar
-C
/usr/local
-xzf
go1.16.10.linux-amd64.tar.gz
sudo tar
-C
/usr/local
-xzf
go1.16.10.linux-amd64.tar.gz
sudo ln
-sf
/usr/local/go/bin/
{
go,gofmt
}
/usr/local/bin/
sudo ln
-sf
/usr/local/go/bin/
{
go,gofmt
}
/usr/local/bin/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment