[Commits] [svn:einsteintoolkit] www/download/ (Rev. 1037)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Fri Jul 5 12:47:12 CDT 2013


User: rhaas
Date: 2013/07/05 12:47 PM

Modified:
 /download/
  index.php

Log:
 tell curl to ignore github's ssl certificate

File Changes:

Directory: /download/
=====================

File [modified]: index.php
Delta lines: +2 -2
===================================================================
--- download/index.php	2013-06-17 00:20:15 UTC (rev 1036)
+++ download/index.php	2013-07-05 17:47:11 UTC (rev 1037)
@@ -22,7 +22,7 @@
 notes</a> for more information.
 
 <pre>
-curl -O https://raw.github.com/gridaphobe/CRL/master/GetComponents 
+curl -kO https://raw.github.com/gridaphobe/CRL/master/GetComponents 
 
 chmod a+x GetComponents
 
@@ -40,7 +40,7 @@
 as the released version.
 
 <pre>
-curl -O https://raw.github.com/gridaphobe/CRL/master/GetComponents 
+curl -kO https://raw.github.com/gridaphobe/CRL/master/GetComponents 
 
 chmod a+x GetComponents
 



More information about the Commits mailing list