Skip to content
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

[v6.2] Replace deb repo with a curl and dpkg -i #9230

Closed
wants to merge 1 commit into from

Conversation

wadells
Copy link
Contributor

@wadells wadells commented Dec 4, 2021

v6.2 backport of #9227

The debian repo is currently broken, and we shouldn't recommend
customers use it until it is fixed.

Contributes to #8166

This did encounter some merge conflicts, but I addressed them all, and doubled checked I caught all references with:

$ rg 'apt ' docs
$ rg 'apt-get' docs

@wadells wadells requested a review from webvictim December 4, 2021 02:44
@github-actions github-actions bot requested a review from klizhentas December 4, 2021 02:44
The debian repo is currently broken, and we shouldn't recommend
customers use it until it is fixed.

Contributes to #8166

(cherry picked from commit df31462)
@wadells wadells force-pushed the walt/v6.2-remove-debrepo-from-docs branch from 02cfa0d to 35e5c5f Compare December 4, 2021 02:45
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
curl -O https://get.gravitational.com/teleport-(=teleport.version=)_amd64.deb
curl -O https://get.gravitational.com/teleport_(=teleport.version=)_amd64.deb

@russjones
Copy link
Contributor

@wadells I don't think we're taking this approach, so I am going to close this. Feel free to re-open if needed.

@russjones russjones closed this Dec 8, 2021
@wadells wadells deleted the walt/v6.2-remove-debrepo-from-docs branch February 23, 2022 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants