Replies: 1 comment
|
Fedora 44's bundle is now export SSL_CERT_FILE=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
export CURL_CA_BUNDLE=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
curl -sSL https://pdm-project.org/install.sh | bashThose two vars cover the outer download and the curl inside |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I just installed PDM on Fedora44 and ran into the problem that the install.sh could not find the ca-bundle.crt
See https://fedoraproject.org/wiki/Changes/droppingOfCertPemFile
Should the installer be modified/updated to deal with that?
All reactions