Installing Unicorn pauses and ask question

I just had to install Raspbian and libs from start again and I’m adding in the UnicornHat software .

All OK but annoyingly it paused while I was making lunch and when I came back it was asking if I wanted to install Flask for Python 2 (Still :)

Can you just make it install without asking the question please

Ta
Simon

Try:

curl get.pimoroni.com/unicornhat | bash -s - -y

This passes the “-y” option as the first argument to the unicornhat installer, which causes all prompts to be answered with “yes”.