hellais / TAILS-OSX

Contains instructions and scripts to create a TAILS live cd that will boot on OSX without any additional software installed (no REFIT, etc.)
151 stars 45 forks source link

broken regex post v1.6 #73

Closed rmwb closed 8 years ago

rmwb commented 8 years ago

the stable download folder currently contains v1.5.1 and v1.6 http://dl.amnesia.boum.org/tails/stable/ so the TAILS_VERSION variable at line 13 of create-image.sh ends up being a bit wrong

tails-i386-1.5.1 tails-i386-1.6

TAILSVERSION=$(curl -s http://dl.amnesia.boum.org/tails/stable/ | sed -n "s/^.(tails-i386-[0-9.]_).*$/\1/p")

my regex skills are low... somebody please help...

pzp1997 commented 8 years ago

The problem is now resolved. tails-i386-1.5.1 was moved to http://dl.amnesia.boum.org/tails/obsolete/ (where it should have been), leaving tails-i386-1.6 as the only version in http://dl.amnesia.boum.org/tails/stable/.

rmwb commented 8 years ago

looks good now :)