I know this is more of a node issue, but thought I would mention it here anyway.
Here is what happens when I try to install the LTS node (had to make links not be links, as I cannot post with links):
andrew@sourcebox:~$ curl -sL https//deb-nodesource-com/setup_lts.x | sudo -E bash -
[sudo] password for andrew:
## Installing the NodeSource Node.js 16.x repo...
## Populating apt-get cache...
+ apt-get update
Get:1 http//us-archive-ubuntu-com/ubuntu jammy InRelease [270 kB]
Hit:2 http//security-ubuntu-com/ubuntu jammy-security InRelease
Hit:3 http//us-archive-ubuntu-com/ubuntu jammy-updates InRelease
Hit:4 http//us-archive-ubuntu-com/ubuntu jammy-backports InRelease
Hit:5 https//ppa-launchpadcontent-net/ondrej/php/ubuntu jammy InRelease
Fetched 270 kB in 1s (346 kB/s)
Reading package lists... Done
## Confirming "jammy" is supported...
+ curl -sLf -o /dev/null 'https//deb-nodesource-com/node_16.x/dists/jammy/Release'
## Your distribution, identified as "jammy", is not currently supported, please contact NodeSource a
t https//github-com/nodesource/distributions/issues if you think this is incorrect or would like yo
ur distribution to be considered for support
Here is what happens when I try to install the LTS node (had to make links not be links, as I cannot post with links):
andrew@sourcebox:~$ curl -sL https//deb-nodesource-com/setup_lts.x | sudo -E bash -
[sudo] password for andrew:
## Installing the NodeSource Node.js 16.x repo...
## Populating apt-get cache...
+ apt-get update
Get:1 http//us-archive-ubuntu-com/ubuntu jammy InRelease [270 kB]
Hit:2 http//security-ubuntu-com/ubuntu jammy-security InRelease
Hit:3 http//us-archive-ubuntu-com/ubuntu jammy-updates InRelease
Hit:4 http//us-archive-ubuntu-com/ubuntu jammy-backports InRelease
Hit:5 https//ppa-launchpadcontent-net/ondrej/php/ubuntu jammy InRelease
Fetched 270 kB in 1s (346 kB/s)
Reading package lists... Done
## Confirming "jammy" is supported...
+ curl -sLf -o /dev/null 'https//deb-nodesource-com/node_16.x/dists/jammy/Release'
## Your distribution, identified as "jammy", is not currently supported, please contact NodeSource a
t https//github-com/nodesource/distributions/issues if you think this is incorrect or would like yo
ur distribution to be considered for support
Comment