-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update docs for new APT repos #12959
Conversation
de136a9
to
10e2ecb
Compare
Co-authored-by: Roman Tkachenko <roman@goteleport.com>
…onal/teleport into fred/new-apt-repo-docs
…onal/teleport into fred/new-apt-repo-docs
@@ -63,6 +69,20 @@ | |||
``` | |||
</TabItem> | |||
|
|||
<TabItem label="Debian/Ubuntu Legacy (DEB)"> | |||
```code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Add a note on this tab explaining deficiencies of these repos and that we recommend using the new ones.
As a note this still points to the public GPG key in the old APT repos. I'm working on a PR that will update the repo build tool to have this functionality but it likely will not be merged until after this one. |
$ source /etc/os-release | ||
# Add the Teleport APT repository for v(=teleport.major_version=). You'll need to update this | ||
# file for each major release of Teleport. | ||
# Note: if using a fork of Debian or Ubuntu you may need to use '$ID_LIKE' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you may need to use
How can a reader using a fork of Debian/Ubuntu tell whether they will or won't need to use $ID_LIKE
and the codename their distro was forked from?
…4591) Updated docs for new APT repos
Update the APT install command to point to the new APT repos as a part of RFD 0058.
Related PR: #10746
This is my first doc PR so I'm not sure that I did everything right. Do I need to run a static site generator of some kind? Also, is there anything special I need to do because I added a variable to
config.json
?