Fix (horrible) ncat hack for serving OS image files when on Debian
First, /bin/sh in Debian doesn't know about -e
to echo.
Second, HTTP/1.1 requires headers an so does apparently stboot when built on Debian. Supposedly because libcurl which changed behaviour in 7.66.0 (see --http0.9 in curl(1)).