diff --git a/cacert_cp.sh b/cacert_cp.sh index 2108e3810e7c414d1b965e9619b1bebd61c4e2be..d50914f32538851b546d5a2d5fe92f248d700447 100755 --- a/cacert_cp.sh +++ b/cacert_cp.sh @@ -18,5 +18,7 @@ CURPWD=$(pwd) cd "$(dirname "$0")" ROOTDIR=$(pwd) +pip install certifi + echo "Copying certifi's cacert.pem" python -c "import certifi; import shutil; shutil.copy2(certifi.where(), 'agkyra/resources/cacert.pem')"