Skip to content

Fix (horrible) ncat hack for serving OS image files when on Debian

Linus Nordberg requested to merge ln5/fix-wwworkaround into main

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)).

Merge request reports