-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Deepin is not currently supported #442
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
Comments
I solved this problem by this way :
|
@SkynetAtack Really helpful, it works! I just changed version 7.x for 6.x |
@SkynetAtack works great even with setup_8.x, 10Q |
@SkynetAtack Thank u,I slove the problem too ~ |
thanks @SkynetAtack , even works for 8.x |
Don't mention it. I am happy that I was able to help you somehow |
Now You can change DISTRO variable to DISTRO="stretch" |
I rewrote the script a little. It includes support for Deepin |
@SkynetAtack thanks a lot |
#515 I just added a pull request, I hope that it helps you to close this dupe issue =) |
Really good, thank !! |
Old thread but still open so just wanted to see if there are any plans to support deepin 15.5 anytime soon? Failing that is anyone running v8 successfully? I am looking to move my main work dev machine to deepin |
Sorry for the radio silence. It looks as if at least one variant of Deepin is supported. Does this not cover your use case @jhc1982 ? |
Hey @chrislea I am not sure but I am thinking the problem may be because deepin is actually based on Debian unstable..which came as news to me. I did follow @skynet-ltd 's advice above and I am now running V8.11.1...So he is now top of my Christmas card list :) Thanks for the help all |
Okay, closing then. |
Helps me a lot.Thx |
Thanks @skynet-ltd it worked for me! |
Deepin 15.11 change $(lsb_release -c -s) to 'stretch' |
## Installing the NodeSource Node.js v7.x repo...
## Populating apt-get cache...
+ apt-get update
Hit:1 http://repository.spotify.com stable InRelease
Hit:2 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:3 http://mirror.jmu.edu/pub/deepin unstable InRelease
Get:4 http://packages.deepin.com/deepin unstable InRelease [13.8 kB]
Fetched 13.8 kB in 5s (2,466 B/s)
Reading package lists... Done
## Confirming "unstable" is supported...
+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_7.x/dists/unstable/Release'
## 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
The text was updated successfully, but these errors were encountered: