We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898ddd4 commit 567cfb8Copy full SHA for 567cfb8
bin/compile
@@ -22,7 +22,8 @@ pushd "${INSTALL_DEST}/${VERSION}"
22
23
24
# update default_cert_file
25
-wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
+sudo mkdir -p /usr/local/ssl
26
+sudo wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
27
28
29
# don't install pear on master (issue with php 8.0)
0 commit comments