I have set up a completely new SD card with raspian buster for my raspi4 now ... same behaviour as before
If i start the script nothing happens
is there any kind of logfile or anything I could check ?
If you've downloaded the script, you could look at what it does and step through it manually. It is odd not to get any output from it ... so not sure if it would have gotten as far as logging anything yet. May need input from @dceejay when he's next around.
I have just done a quick test and it seems that curl just returns without comment if it cannot access the url specified. So I think that does mean that for some reason you cannot access that site. As @edje11 suggested the next test is to see if you can ping it.
pi@raspberrypi:~ $ curl https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
pi@raspberrypi:~ $
You had similar ssl issues trying to update npm. So yes, suggests there are issues with your pi's SSL handling. Have a search for these errors to find out how others have fixed it.
If you've had at least 2 sets of issues related to SSL/TLS, you are almost certainly going to get more. Better to sort that out now even if it means setting up from scratch because it will only get harder later on.