Closed ghost closed 7 years ago
This is intentional, so that examples relying on newer and potentially unreleased library features are not copied down with a version of the library that doesn't support them. Sometimes we'll, as you noticed, bump to copyhead="yes"
because we know the examples will work.
Okay, gotcha. I'll close the issue.
I've just installed the Blinkt software using the
curl https://get.pimoroni.com/blinkt | bash
one-liner (on a Pi Zero W, Raspbian Jessie, with everything up to date), and have noticed that there are fewer examples in the resulting 'full install' than there are in the main branch of the GitHub repo.Changing
copyhead="no"
tocopyhead="yes"
in the installer bash script solves this, but I'm guessing there is a better solution than that.