Distributions: Confirming "Continuum" is supported

Created on 29 Apr 2019  路  4Comments  路  Source: nodesource/distributions

After I run the command:
sudo curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash

after:

Reading package lists... Done

this appears:

Confirming "Continuum" is supported...

Your distribution, identified as "Continuum", 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

my OS details after running:
lsb_release -a

are:

No LSB modules are available.
Distributor ID: MX
Description: MX 18.2 Continuum
Release: 18.2
Codename: Continuum

Most helpful comment

+1

All 4 comments

There is an error in https://github.com/nodesource/distributions/blob/master/deb/setup_12.x
in string 246
check_alt "Continuum" "mx-linux" "Debian" "stretch"

should be
check_alt "MX" "Continuum" "Debian" "stretch"

+1

in 11 its on line 248 :)

@wolfitis Linux MX 18 Continuum is now supported!

Thanks for your patient, closing this issue now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thameemk612 picture thameemk612  路  3Comments

mortenpi picture mortenpi  路  5Comments

alexcleu picture alexcleu  路  3Comments

bewam picture bewam  路  4Comments

SammariAhmed picture SammariAhmed  路  5Comments