Commit 63579f05 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

correctif curl (ajout option -k) pour fonctionnement sur mac.

parent 9196a7f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ install_jar_in_libs(){
  if [ ! -f $d/$jar_name ]
  then
    echo "Downloading jar "$jar_url
    curl --silent -O $jar_url
    curl --silent -k -O $jar_url
    ret_code=$?
    if [ $ret_code -gt 0 ]
    then
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ git clone git@git.unicaen.fr:pdn-certic/MaX.git

#curl basex 9.5
basex_zip=`basename $BASEX_URL`
curl --silent -O $BASEX_URL
curl --silent -k -O $BASEX_URL
unzip $basex_zip
rm -rf $basex_zip