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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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