Explorar el Código

--no-certificate to wget on github

Marc-Olivier Killijian hace 8 años
padre
commit
f36edddb33
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      helper_script.sh

+ 1 - 1
helper_script.sh

@@ -16,7 +16,7 @@
 # *  along with XPIR.  If not, see <http://www.gnu.org/licenses/>.
 #*/
 
-wget https://github.com/XPIR-team/XPIR-dependencies/blob/master/dependencies.tgz
+wget --no-check-certificate https://github.com/XPIR-team/XPIR-dependencies/raw/master/dependencies.tgz
 tar zxf dependencies.tgz
 rm dependencies.tgz
 mkdir local