2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

libressl: Use curl

This commit is contained in:
Dylan Araps 2020-03-27 17:08:45 +02:00
parent d6cc0b35bc
commit 7985f4dca1
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
df7b172bf79b957dd27ef36dcaa1fb162562c0e8999e194aa8c1a3df2f15398e libressl-3.0.2.tar.gz
57cedb6745330bc52df27fd5e80a0c7c757ad36beb3fe16a709cdb990e96087a update-certdata.sh
825ebc8a14be4ef9f248aa32419a43eb906bfc3a15a77acb8bdd27d4666df10b update-certdata.sh

View File

@ -8,7 +8,7 @@
}
cd /etc/ssl && {
wget https://curl.haxx.se/ca/cacert.pem
curl https://curl.haxx.se/ca/cacert.pem -o cacert.pem
mv -f cacert.pem cert.pem
printf '%s\n' "${0##*/}: updated cert.pm"
}