Skip to content

modified setup-headers to cdn urls, fixes bad header issue #40#46

Open
pigeonflight wants to merge 1 commit into
divx118:masterfrom
pigeonflight:master
Open

modified setup-headers to cdn urls, fixes bad header issue #40#46
pigeonflight wants to merge 1 commit into
divx118:masterfrom
pigeonflight:master

Conversation

@pigeonflight

Copy link
Copy Markdown

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
Copy Markdown

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