From 3e260120701f9ef34b7c17d628d0b7cbc677077c Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Fri, 3 Apr 2020 15:59:18 +0100 Subject: [PATCH] Update to inlets-pro 0.6.0 Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- docs/get-started/quickstart-tcp-ssh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/quickstart-tcp-ssh.md b/docs/get-started/quickstart-tcp-ssh.md index 5c73e5a..b360b2f 100644 --- a/docs/get-started/quickstart-tcp-ssh.md +++ b/docs/get-started/quickstart-tcp-ssh.md @@ -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 ``` @@ -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 ```