Git Product home page Git Product logo

Comments (9)

rvagg avatar rvagg commented on August 27, 2024

@jesusprubio could you give us some error output perhaps? is it unable to install apt-transport-https, what's the error with lsb_release? Perhaps Kali is too far from its Debian roots to be compatible with our Debian-style installer?

from distributions.

jesusprubio avatar jesusprubio commented on August 27, 2024

I'm not a Kali developer so I can't help you in that sense :(, but I suppose that it could be the problem. Here there's a picture with what you're asking for:
screenshot

from distributions.

rvagg avatar rvagg commented on August 27, 2024

it looks like you're simply out of memory and it can't install apt-transport-https. cat /proc/meminfo | grep Total' and see how muchMemTotalandSwapTotal` you have.

from distributions.

jesusprubio avatar jesusprubio commented on August 27, 2024

Sure, my fault, I'm running the Live mode in a VM, solved with a bit more memory. Now the problem is the incorrect output to lsb_release. I could fix it forcing the "DISTRO" var to "wheezy" but I don't know the correct way to implement this exception. I would like to make a pull request since some users of my project (https://github.com/jesusprubio/bluebox-ng) are having problems to install it and I prefer to suggest them this solution to keep Node.js updated. Any idea? Thanks :)
screenshot

from distributions.

rvagg avatar rvagg commented on August 27, 2024

That n/a is pretty unhelpful! Not sure what we can do about that.

You could always just do this manually, here's the steps:

Add GPG key:

curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -

Set up repo:

echo 'deb https://deb.nodesource.com/node wheezy main' > /etc/apt/sources.list.d/nodesource.list
echo 'deb-src https://deb.nodesource.com/node wheezy main' >> /etc/apt/sources.list.d/nodesource.list

Then apt-get update && apt-get install nodejs

I'm taking a guess here that Kali is based on Wheezy, it should be a lowest common denominator anyway, so cross your fingers and give it a go.

from distributions.

jesusprubio avatar jesusprubio commented on August 27, 2024

Yes, it works. Thanks anyway, it's not your script fault and I could provide the users with another script. I will reference this project anyway as the the default, except for Kali. :)

from distributions.

retrohacker avatar retrohacker commented on August 27, 2024

I've run into this with Kali before:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux Kali Linux 1.0
Release:    Kali Linux 1.0
Codename:   n/a

Might be worth asking the Kali team to start tagging their releases with codenames to conform to lsb spec.

from distributions.

jesusprubio avatar jesusprubio commented on August 27, 2024

Yep, I'll try for sure. :)

from distributions.

rvagg avatar rvagg commented on August 27, 2024

we're listing manual instructions on the readme now that should be helpful for situations like this

from distributions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.