diff --git a/docs/pages/includes/install-linux.mdx b/docs/pages/includes/install-linux.mdx index b205c243240d1..c2c08cb642d53 100644 --- a/docs/pages/includes/install-linux.mdx +++ b/docs/pages/includes/install-linux.mdx @@ -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 ``` - + ```code # Source variables about OS version @@ -100,7 +100,7 @@ Use the appropriate commands for your environment to install your package. ``` - + ```code # Source variables about OS version @@ -121,7 +121,7 @@ Use the appropriate commands for your environment to install your package. ``` - + ```code # Source variables about OS version @@ -201,7 +201,7 @@ Use the appropriate commands for your environment to install your package. ``` - + ```code # Source variables about OS version @@ -215,7 +215,7 @@ Use the appropriate commands for your environment to install your package. ``` - + ```code # Source variables about OS version diff --git a/docs/pages/installation.mdx b/docs/pages/installation.mdx index 13c2e9896bdd5..5212be1ff35a5 100644 --- a/docs/pages/installation.mdx +++ b/docs/pages/installation.mdx @@ -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 |