Re: Find latest netinstall iso

2020-08-06 Thread basti
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, >

Re: Find latest netinstall iso

2020-08-06 Thread Reco
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]

Find latest netinstall iso

2020-08-06 Thread basti
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. Best regards