Skip to content
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
10 changes: 5 additions & 5 deletions docs/pages/includes/install-linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Use the appropriate commands for your environment to install your package.
# echo "Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin" > /etc/sudoers.d/secure_path
```
</TabItem>
<TabItem label="AmazonLinux 2023/RHEL 8+ (dnf)" scope="oss">
<TabItem label="Amazon Linux 2023/RHEL 8+ (dnf)" scope="oss">

```code
# Source variables about OS version
Expand Down Expand Up @@ -100,7 +100,7 @@ Use the appropriate commands for your environment to install your package.
```

</TabItem>
<TabItem label="AmazonLinux 2/RHEL 7 (yum)" scope="enterprise">
<TabItem label="Amazon Linux 2/RHEL 7 (yum)" scope="enterprise">

```code
# Source variables about OS version
Expand All @@ -121,7 +121,7 @@ Use the appropriate commands for your environment to install your package.
```

</TabItem>
<TabItem label="AmazonLinux 2023/RHEL 8+ (dnf)" scope="enterprise">
<TabItem label="Amazon Linux 2023/RHEL 8+ (dnf)" scope="enterprise">

```code
# Source variables about OS version
Expand Down Expand Up @@ -201,7 +201,7 @@ Use the appropriate commands for your environment to install your package.
```

</TabItem>
<TabItem label="AmazonLinux 2/RHEL 7 (yum)" scope="cloud">
<TabItem label="Amazon Linux 2/RHEL 7 (yum)" scope="cloud">

```code
# Source variables about OS version
Expand All @@ -215,7 +215,7 @@ Use the appropriate commands for your environment to install your package.
```

</TabItem>
<TabItem label="AmazonLinux 2023/RHEL 8+ (dnf)" scope="oss">
<TabItem label="Amazon Linux 2023/RHEL 8+ (dnf)" scope="oss">

```code
# Source variables about OS version
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ All installations include `teleport`, `tsh`, `tctl`, and `tbot`.

Some Teleport features have additional requirements:

| Feature | Requirement | Debian | Ubuntu | CentOS/RHEL | AmazonLinux |
| Feature | Requirement | Debian | Ubuntu | CentOS/RHEL | Amazon Linux |
|--------------------------------------------------------------------------------|---------------|--------------------------|----------|-------------|------------------------|
| [Enhanced Session Recording](./server-access/guides/bpf-session-recording.mdx) | Kernel v5.8+ | 11, or 10 with backports | 20.04.2+ | 9+ | 2 (post 11/2021), 2023 |
| Automatic Updates | systemd-based | 8+ | 16.04+ | 7+ | 2, 2023 |
Expand Down