Skip to content

Commit

Permalink
Update to inlets-pro 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Apr 3, 2020
1 parent 00752e1 commit 3e26012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/quickstart-tcp-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Use B) if you want to provision your virtual machine manually, or if you already
Log in with ssh and obtain the binary:

```bash
curl -SLsf https://github.com/inlets/inlets-pro/releases/download/0.5.1/inlets-pro > inlets-pro
curl -SLsf https://github.com/inlets/inlets-pro/releases/download/0.6.0/inlets-pro > inlets-pro
chmod +x ./inlets-pro
mv ./inlets-pro /usr/bin/inlets-pro
```
Expand Down Expand Up @@ -117,7 +117,7 @@ sudo systemctl reload sshd
First download the inlets-pro client onto the machine running ssh

```bash
curl -SLsf https://github.com/inlets/inlets-pro/releases/download/0.5.1/inlets-pro > inlets-pro
curl -SLsf https://github.com/inlets/inlets-pro/releases/download/0.6.0/inlets-pro > inlets-pro
chmod +x ./inlets-pro
mv ./inlets-pro /usr/bin/inlets-pro
```
Expand Down

0 comments on commit 3e26012

Please sign in to comment.