update update-ca script

This commit is contained in:
Ella Stanforth 2022-02-12 13:32:06 +00:00
parent cfb8c64e69
commit 3048367a7d
2 changed files with 5 additions and 3 deletions

View File

@ -31,6 +31,10 @@ package() {
install -Dm755 ../../update-ca.sh $pkgdir/usr/sbin/update-ca install -Dm755 ../../update-ca.sh $pkgdir/usr/sbin/update-ca
} }
backup() {
return
}
license() { license() {
cd $pkgname-$pkgver cd $pkgname-$pkgver

View File

@ -1,4 +1,2 @@
#!/bin/sh #!/bin/sh
cd /etc/ssl && { curl -L https://curl.haxx.se/ca/cacert.pem -o /etc/ssl/cert.pem
curl -LO https://curl.haxx.se/ca/cacert.pem -o /etc/ssl/certs/ca-certificates.crt
}