sg: fix bootstrap script for old curls by using grep -i
Created by: mrnugget
As reported by @leonore on Slack: older versions of curl
do not print the header names in all-lowercase,
so we can do this little thing here and be prepared for old and new
curl.
Test plan
- Ran the
curl
commands on old and new machine and compared output