Skip to content

Conversation

@pigeonflight
Copy link

On some distros (Ubuntu Trusty and Debian Jessie) using apt-transport-https fails due to additional headers added by github. The solution is to serve the packages via a CDN. In this case I make use of http://rawgit.com

I've modified the repo sources to use cdn.rawgit.com, specifically the http:// version as I was getting certificate errors with the https:// version

@johnthomas22
Copy link

So to explain this to those simpler souls, like me:

sudo vi /etc/apt/sources.list.d/crouton-packages.list

Then replace

raw.githubusercontent.com

with

cdn.rawgit.com

Thanks for the solution though. Hope my step-by-step explanation helps someone.

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.

2 participants