libressl: Better curl command

This commit is contained in:
Dylan Araps 2020-05-17 16:46:23 +03:00
parent 252dcc0807
commit bd104356cb
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 @@
bdc6ce5ebb3a2eafc4c475f7eeaa5f0a8e60d9bead01efb76e2e254242b6db00 libressl-3.1.1.tar.gz
8f0ea38bd7b4ba5426f16c1a5efb9fb87774789d00df79f4d57296da18438f64 update-certdata.sh
d4bfcd9ee16eff65bdf6de1e0a3ccac667fdf52d98d0eda5c3e3f638aad13b89 update-certdata.sh

View File

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