@pi_dummy wrote:
(I feel those are common issue to your installer that might occurs for any other board and unrelated to explorer)
I found a double issue with explorer pHAT install script. Where should I push this?
"curl -sS get.pimoroni.com/explorerhat | bash" failed on me by not waiting for my input at the question: "Do you wish to continue? [y/N]"
The reason is that I was on a over USB console:
pi@p1:~$ tty
/dev/ttyGS0I had to do "curl -sS get.pimoroni.com/explorerhat > explorerhat.sh".
Then "bash explorerhat.sh -y" to have $FORCE equal to "-y".But then the script failed to detect that pip was not installed and I had to do it manually...
If you want to reproduce (and you should) I did this on a PiZero using ClusterHat p1 image. Yes this is raspbian lite so stuff are missing, but one could except missing part would be downloaded. Then I connected with "screen" from my Mac. And my Mac was also sharing internet connectivity (so I. could download stuff and compare with SSH behaviour).
Posts: 8
Participants: 3