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

update to latest iso and make sure we fetch it #31

Closed runasand closed 10 years ago

runasand commented 10 years ago

I updated the URLs to pull Tails 1.0 and allowed curl in download_tails() to perform "insecure" SSL connections. Using the -k option may not be ideal, but the script does verify the GPG signature before installing Tails onto a USB stick.

FredericJacobs commented 10 years ago

You put the http URL instead of HTTPS, not sure why that's done since you specify the -k option for SSL.

runasand commented 10 years ago

If we assume the URL for the Tails iso will always be HTTP, then we can remove the -k option for SSL. Thoughts?

hellais commented 10 years ago

Yeah I guess it doesn't really matter to have the -k option present, but having it there also doesn't make a difference at the moment.