Skip to content
Snippets Groups Projects
Commit 056a86b9 authored by Giorgos Korfiatis's avatar Giorgos Korfiatis
Browse files

add cacert in configure

parent d6a08445
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,5 @@ CURPWD=$(pwd)
cd "$(dirname "$0")"
ROOTDIR=$(pwd)
python -c 'import certifi; print certifi.where()' | xargs -I{} cp {} .
echo "Copying certifi's cacert.pem"
python -c "import certifi; import shutil; shutil.copy2(certifi.where(), 'agkyra/resources/cacert.pem')"
......@@ -22,4 +22,10 @@ ROOTPATH=$(pwd)
if [ $? -ne 0 ]; then
exit 1
fi
./cacert_cp.sh
if [ $? -ne 0 ]; then
exit 1
fi
echo "Now run 'python setup.py install'."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment