Thanks, I get it. FYI:
curl -sl ftp://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/amd64/iso-cd/ | grep -m 1 -Po "[0-9.]{1,}(?=-amd64-netinst\.iso)" On 06.08.20 12:36, Reco wrote: > Hi. > > On Thu, Aug 06, 2020 at 12:14:23PM +0200, basti wrote: >> Hello, >> I try to setup a service that build a headless netinstall iso. >> Is there a way to find the latest version number? >> >> I think grep the https://www.debian.org/CD/netinst/ site is not the best >> option. > > Will parsing [1] do, for instance searching kernel-image? > > Reco > > [1] > http://ftp.debian.org/debian/dists/stable/main/installer-amd64/current/images/udeb.list >