Error when installing Display-O-Tron HAT on Raspberry OS

Hi,

New to the world of Raspberry Pi here. Have installed the Pi and working through ssh and were about to install the software for Display-O-Tron HAT by using the command:

curl -sS get.pimoroni.com/displayotron | bash

However I do get the following message and cannot install it.
bash: rad 1: html: No such file or catalogue
bash: rad 2: syntax error near unexpected token ”<”
'ash: rad 2: `301 Moved Permanently

Anyone had similar problem or knows what it might be?

Cheers!

Looks like the instructions are a little outdated, as get.pimoroni.com expects to use https these days (I would have expected curl to follow the redirect, but…)

Anyway:

curl -sS https://get.pimoroni.com/displayotron | bash

should get you up and running.

2 Likes

Wonderful, it solved the issue perfectly!

Many thanks!