Commit 9fd5c408 authored by Stan Hu's avatar Stan Hu

Merge branch 'sh-fix-short-options' into 'master'

Use curl --remote-name instead of curl -O to fix broken docs lint

See merge request !2209
parents 0a396dda e3d49535
......@@ -82,7 +82,7 @@ OpenSSH 7.5 for CentOS 6 and 7:
```
sudo su -
cd /tmp
curl -O https://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz
curl --remote-name https://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz
tar xzvf openssh-7.5p1.tar.gz
yum install rpm-build gcc make wget openssl-devel krb5-devel pam-devel libX11-devel xmkmf libXt-devel
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment