Ref Page 32 Building a home automation system for $100
I copy pasted the link into my pi and this is what I got. Has the installation script been renamed?
pi@raspberrypi:~ $ bash <(curl -sL
> https://raw.githubusercontent.com/node-red/raspbian-deb-
> package/master/resources/update-nodejs-and-nodered)
curl: no URL specified!
curl: try ‘curl –help’ or ‘curl –manual’ for more information
-bash: https://raw.githubusercontent.com/node-red/raspbian-deb-: No such file or directory
-bash: package/master/resources/update-nodejs-and-nodered: No such file or directory
Hello Mark,
Can you please copy this exact command? I think there was an enter in your command that caused that error.
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
Let me know if that works for you.
Regards,
Rui
Thank you very much that has done the trick.
I thought I had copy pasted it into a text editor and checked it for kinks, but apparently not.
As i get more familiar I will get better at diagnosing these things by myself.
Cheers Mark