Re: [Tails-dev] [Tails-project] boot tails iso with grub

Delete this message

Reply to this message
Author: linux-service
Date:  
To: The Tails public development discussion list
Subject: Re: [Tails-dev] [Tails-project] boot tails iso with grub
so if i:

#!/bin/bash
url=`curl
'https://tails.boum.org/install/v2/Tails/amd64/stable/latest.json' | awk
-F'"' '{ for(i=1; i<=NF; i++) { if($i ~ /^http/) print $i } } '`
wget $url

i always get the latest iso?


gd


Op 12/01/19 om 11:04 schreef intrigeri:
> Hi,
>
> linux-service:
>> I am just putting the iso on our server (now  wget
>> https://www.ubuntushop.be/tails.iso
>> ) because of the iso version numbering.
>> I am no expert, i am looking for a wget command for downloading always
>> the late st iso from tails.
> The URL you're looking for is in the JSON file I've pointed you at :)
>
> Cheers,