Skip to content

Commit

Permalink
docs: include sudo in keyring create insts
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored and github-actions committed Feb 21, 2025
1 parent 308fc6d commit 8bf24df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/includes/install-linux-ent-self-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TabItem label="Debian 9+/Ubuntu 16.04+ (apt)">

```code
$ mkdir -p /etc/apt/keyrings
$ sudo mkdir -p /etc/apt/keyrings
# Download Teleport's PGP public key
$ sudo curl https://apt.releases.teleport.dev/gpg \
-o /etc/apt/keyrings/teleport-archive-keyring.asc
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ repositories.
<TabItem label="apt">

```code
$ mkdir -p /etc/apt/keyrings
$ sudo mkdir -p /etc/apt/keyrings
# Download the Teleport PGP public key
$ sudo curl https://apt.releases.teleport.dev/gpg \
-o /etc/apt/keyrings/teleport-archive-keyring.asc
Expand Down

0 comments on commit 8bf24df

Please sign in to comment.