-
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
Replace deb repo with a curl and dpkg -i #9227
Conversation
The debian repo is currently broken, and we shouldn't recommend customers use it until it is fixed. Contributes to #8166
Note: We may choose to discard this PR, as we don't publish docs or releases for master, and by the time 8.1 comes out, we'll likely have a better solution. |
$ sudo add-apt-repository 'deb https://deb.releases.teleport.dev/ stable main' | ||
$ sudo apt-get update | ||
$ sudo apt-get install teleport | ||
$ curl -O https://get.gravitational.com/teleport-(=teleport.version=)_amd64.deb |
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.
$ curl -O https://get.gravitational.com/teleport-(=teleport.version=)_amd64.deb | |
$ curl -O https://get.gravitational.com/teleport_(=teleport.version=)_amd64.deb |
$ apt-get update | ||
# Install Teleport | ||
$ apt install teleport | ||
$ curl -O https://get.gravitational.com/teleport-(=teleport.version=)_amd64.deb |
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.
$ curl -O https://get.gravitational.com/teleport-(=teleport.version=)_amd64.deb | |
$ curl -O https://get.gravitational.com/teleport_(=teleport.version=)_amd64.deb |
$ sudo add-apt-repository 'deb https://deb.releases.teleport.dev/ stable main' | ||
$ sudo apt-get update | ||
$ sudo apt-get install teleport | ||
$ curl -O https://get.gravitational.com/teleport-(=teleport.version=)_amd64.deb |
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.
$ curl -O https://get.gravitational.com/teleport-(=teleport.version=)_amd64.deb | |
$ curl -O https://get.gravitational.com/teleport_(=teleport.version=)_amd64.deb |
@wadells I don't think we're taking this approach, so I am going to close this. Feel free to re-open if needed. |
The debian repo is currently broken, and we shouldn't recommend
customers use it until it is fixed.
Contributes to #8166
I'd hoped I could fix the repo quickly enough that we wouldn't need
to mess with the docs, but that was hubris. I should have made this
quick edit weeks ago. Its easy enough to revert when the repos are
working again.