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

Installation fails on Deepin OS (LTS Version from official download site) #638

Closed
davidherzlos opened this issue Apr 10, 2018 · 3 comments
Closed

Comments

@davidherzlos
Copy link
Contributor

My OS is Deepin 15.5, is Debian based: https://www.deepin.org/en/

When i run on terminal:

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -

I get:

Your distribution, identified as "unstable", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support

Thanks & Regards,
David OC

deepinscreenshot_deepin-terminal_20180410093326

@chrislea
Copy link
Contributor

If you'd like to see this included, please issue a PR against our setup script to make the appropriate alias. If it looks good we'll merge it in. Thanks!

@davidherzlos
Copy link
Contributor Author

I've made a pull request. Thanks!

@XTechnologyTR
Copy link

XTechnologyTR commented Apr 7, 2021

VERSION=node_14.x

DISTRO="$(dpkg --status tzdata|grep Provides|cut -f2 -d'-')"

echo "deb https://deb.nodesource.com/$VERSION $DISTRO main" | sudo tee /etc/apt/sources.list.d/nodesource.list

echo "deb-src https://deb.nodesource.com/$VERSION $DISTRO main" | sudo tee -a /etc/apt/sources.list.d/nodesource.list

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

sudo apt-get update

sudo apt-get install nodejs

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

3 participants