-1

When I try to update $sudo apt update E: The repository 'https://dl.bintray.com/resin-io/debian stable Release' does not have a Release file.

Larryn
  • 19

1 Answers1

1

I ran $ grep -ir "dl.bintray.com" I found the offending line in /etc/apt/sources.list.d/etcher.list I just commented the line out with a #, and the update ran without a problem

Larryn
  • 19