The current install script has done a fair few rounds, so I have had a go at tidying it up somewhat - to get rid of some of the old cruft that had accumulated along the way - and to make it more ready for v5 (ie node 22 onwards) - default to 24 . etc
As it has had a fair few changes I "think" I have tested most of the pathways and platforms - but of course you lot are pretty darn good at finding the flaws... so I'm not going to just replace the old one just yet...
The new one can be found at https://raw.githubusercontent.com/node-red/linux-installers/refs/heads/master/deb/install-update-nodered
or
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/refs/heads/master/deb/install-update-nodered)
as usual you can add --help for more info on options etc...
Default will still install Node-RED 4.x - but you can try the beta with
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/refs/heads/master/deb/install-update-nodered) --nodered-version="next"
I would love to get feedback on any bugs, hangs, weird behaviour - but please don't try this on your golden device... just in case ![]()
Thanks in advance



