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

Install apt-transport-https on debian systems #2

Closed
EmmanuelKasper opened this issue Aug 16, 2014 · 1 comment
Closed

Install apt-transport-https on debian systems #2

EmmanuelKasper opened this issue Aug 16, 2014 · 1 comment

Comments

@EmmanuelKasper
Copy link

On Debian Systems, al least with 7.0 ( Wheezy ) apt-transport-https is not installed by default, altough it is required for using the https nodesource repos.
Can we may add it to the list of needed packages besides curl and lsb-release ?

@rvagg
Copy link
Contributor

rvagg commented Aug 20, 2014

This is already at the top of the script:

if [ ! -e /usr/lib/apt/methods/https ]; then
    apt-get update
    apt-get install -y apt-transport-https
fi

so it should be working already, can you show us some error output if it's a problem for you?

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

No branches or pull requests

2 participants