From 5e308083038d0d7b45ad104e4d04b9cab0b7a4b6 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Mon, 16 Dec 2024 14:29:33 -0500 Subject: [PATCH] docs: update tsh pkg install instructs for v17+ (#50261) --- docs/pages/includes/enterprise/install-macos-ent.mdx | 1 - docs/pages/includes/enterprise/install-macos.mdx | 1 - docs/pages/includes/install-tsh.mdx | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/pages/includes/enterprise/install-macos-ent.mdx b/docs/pages/includes/enterprise/install-macos-ent.mdx index bcec1c1744d89..58833ccb8ad49 100644 --- a/docs/pages/includes/enterprise/install-macos-ent.mdx +++ b/docs/pages/includes/enterprise/install-macos-ent.mdx @@ -3,7 +3,6 @@ |Link|Binaries| |-|-| |[`teleport-ent-(=teleport.version=).pkg`](https://cdn.teleport.dev/teleport-ent-(=teleport.version=).pkg)|`teleport`
`tctl`
`tsh`
`tbot`| - |[`tsh-(=teleport.version=).pkg`](https://cdn.teleport.dev/tsh-(=teleport.version=).pkg)|`tsh`| You can also fetch an installer via the command line: diff --git a/docs/pages/includes/enterprise/install-macos.mdx b/docs/pages/includes/enterprise/install-macos.mdx index 94400c8ce25ce..17f545bc674da 100644 --- a/docs/pages/includes/enterprise/install-macos.mdx +++ b/docs/pages/includes/enterprise/install-macos.mdx @@ -3,7 +3,6 @@ | Link | Binaries | |-----------------------------------------------------------------------------------------------------------|--------------------------------------------| | [`teleport-ent-(=teleport.version=).pkg`](https://cdn.teleport.dev/teleport-ent-(=teleport.version=).pkg) | `teleport`
`tctl`
`tsh`
`tbot`
`fdpass-teleport`| - | [`tsh-(=teleport.version=).pkg`](https://cdn.teleport.dev/tsh-(=teleport.version=).pkg) | `tsh` | You can also fetch an installer from the command line: diff --git a/docs/pages/includes/install-tsh.mdx b/docs/pages/includes/install-tsh.mdx index 39eb755811923..977fc912414b1 100644 --- a/docs/pages/includes/install-tsh.mdx +++ b/docs/pages/includes/install-tsh.mdx @@ -1,9 +1,9 @@ - Download the signed macOS .pkg installer for `tsh`. In Finder double-click the `pkg` file to install it: + Download the signed macOS .pkg installer for Teleport including `tsh`. In Finder double-click the `pkg` file to install it: ```code - $ curl -O https://cdn.teleport.dev/tsh-(=teleport.version=).pkg + $ curl -O https://cdn.teleport.dev/teleport-(=teleport.version=).pkg ```