mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 02:32:57 -06:00
libressl: Fix typo. Closes #181
This commit is contained in:
parent
f17e915ca2
commit
34d83399d6
@ -10,5 +10,5 @@
|
|||||||
cd /etc/ssl && {
|
cd /etc/ssl && {
|
||||||
curl https://curl.haxx.se/ca/cacert.pem -o cacert.pem
|
curl https://curl.haxx.se/ca/cacert.pem -o cacert.pem
|
||||||
mv -f cacert.pem cert.pem
|
mv -f cacert.pem cert.pem
|
||||||
printf '%s\n' "${0##*/}: updated cert.pm"
|
printf '%s\n' "${0##*/}: updated cert.pem"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user