Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v17] docs: update tsh pkg install instructs for v17+ #50299

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/pages/includes/enterprise/install-macos-ent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
|Link|Binaries|
|-|-|
|[`teleport-ent-(=teleport.version=).pkg`](https://cdn.teleport.dev/teleport-ent-(=teleport.version=).pkg)|`teleport`<br/>`tctl`<br/>`tsh`<br/>`tbot`|
|[`tsh-(=teleport.version=).pkg`](https://cdn.teleport.dev/tsh-(=teleport.version=).pkg)|`tsh`|

You can also fetch an installer via the command line:

Expand Down
1 change: 0 additions & 1 deletion docs/pages/includes/enterprise/install-macos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| Link | Binaries |
|-----------------------------------------------------------------------------------------------------------|--------------------------------------------|
| [`teleport-ent-(=teleport.version=).pkg`](https://cdn.teleport.dev/teleport-ent-(=teleport.version=).pkg) | `teleport`<br/>`tctl`<br/>`tsh`<br/>`tbot`<br/>`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:

Expand Down
4 changes: 2 additions & 2 deletions docs/pages/includes/install-tsh.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Tabs>
<TabItem label="Mac">
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
```

</TabItem>
Expand Down
1 change: 0 additions & 1 deletion docs/pages/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,6 @@ You can download one of the following .pkg installers for macOS:
|Link|Binaries|
|-|-|
|[`teleport-(=teleport.version=).pkg`](https://cdn.teleport.dev/teleport-(=teleport.version=).pkg)|`teleport`<br/>`tctl`<br/>`tsh`<br/>`tbot`<br/>`fdpass-teleport`|
|[`tsh-(=teleport.version=).pkg`](https://cdn.teleport.dev/tsh-(=teleport.version=).pkg)|`tsh`|

You can also fetch an installer via the command line:

Expand Down
Loading