Skip to content

Commit

Permalink
Updated docs for new APT repos
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed May 26, 2022
1 parent 5cf9d7d commit 10e2ecb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@
"dbeaver_min_ver": "8.0.3"
},
"teleport": {
"major_version": "9",
"version": "9.0.4",
"golang": "1.17",
"plugin": {
Expand Down
7 changes: 6 additions & 1 deletion docs/pages/includes/install-linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
# Download Teleport's PGP public key
$ sudo curl https://deb.releases.teleport.dev/teleport-pubkey.asc \
-o /usr/share/keyrings/teleport-archive-keyring.asc
# Source variables about OS version
$ source /etc/os-release
# Add the Teleport APT repository
$ echo "deb [signed-by=/usr/share/keyrings/teleport-archive-keyring.asc] https://deb.releases.teleport.dev/ stable main" \
# Note: if using a fork of Debian or Ubuntu you may need to use '$ID_LIKE'
# and the codename your distro was forked from instead
$ echo "deb [signed-by=/usr/share/keyrings/teleport-archive-keyring.asc] \
https://apt.releases.teleport.dev/$ID $VERSION_CODENAME stable/v(=teleport.major_version=)" \
| sudo tee /etc/apt/sources.list.d/teleport.list > /dev/null
$ sudo apt-get update
Expand Down

0 comments on commit 10e2ecb

Please sign in to comment.