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
4a7fd47a
Commit
4a7fd47a
authored
Jan 25, 2021
by
Gerardo Gutierrez
Committed by
Achilleas Pipinellis
Jan 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change curl command --progress to --progress-bar
parent
069d0b03
Changes
1
Hide 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 @
4a7fd47a
...
...
@@ -205,7 +205,7 @@ Download Ruby and compile it:
```
shell
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
curl
--remote-name
--progress
"https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.2.tar.gz"
curl
--remote-name
--progress
-bar
"https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.2.tar.gz"
echo
'cb9731a17487e0ad84037490a6baf8bfa31a09e8 ruby-2.7.2.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.7.2.tar.gz
cd
ruby-2.7.2
...
...
@@ -225,7 +225,7 @@ page](https://golang.org/dl).
# Remove former Go installation folder
sudo rm
-rf
/usr/local/go
curl
--remote-name
--progress
"https://dl.google.com/go/go1.13.5.linux-amd64.tar.gz"
curl
--remote-name
--progress
-bar
"https://dl.google.com/go/go1.13.5.linux-amd64.tar.gz"
echo
'512103d7ad296467814a6e3f635631bd35574cab3369a97a323c9a585ccaa569 go1.13.5.linux-amd64.tar.gz'
| shasum
-a256
-c
-
&&
\
sudo tar
-C
/usr/local
-xzf
go1.13.5.linux-amd64.tar.gz
sudo ln
-sf
/usr/local/go/bin/
{
go,godoc,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