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

New deb|rpm PPA #3501

Closed
thundron opened this issue Apr 30, 2021 · 2 comments
Closed

New deb|rpm PPA #3501

thundron opened this issue Apr 30, 2021 · 2 comments

Comments

@thundron
Copy link
Contributor

thundron commented Apr 30, 2021

We're transitioning from Bintray to Cloudsmith, as such the old PPA won't work anymore.
Instead, to install deb/rpm packages you will have to follow the new instructions of the README, which for simplicity I'll also paste here:

debian package

add new PPA:

curl -1sLf \
      'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' \
      | sudo -E bash

other ubuntu/debian based distros may add overrides for distro and codename as described in the cloudsmith guide

install etcher:

sudo apt install -y balena-etcher-electron

rpm package

add new PPA:

curl -1sLf \
  'https://dl.cloudsmith.io/public/balena/etcher/setup.rpm.sh' \
  | sudo -E bash

different distros using rpm may add overrides for distro and codename as described in the cloudsmith guide

install etcher:

sudo yum install -y balena-etcher-electron
@balena-io balena-io locked as resolved and limited conversation to collaborators Apr 30, 2021
@thundron thundron pinned this issue Apr 30, 2021
@jellyfish-bot
Copy link

[gelbal] This issue has attached support thread https://jel.ly.fish/87e3b9da-a9d0-4f8b-a325-aec8a397d5da

@aethernet aethernet unpinned this issue Apr 25, 2023
@aethernet
Copy link
Contributor

We don't provide installation packages through cloudsmith anymore, up to date installation method are described in the repo readme.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants