update update-ca script
This commit is contained in:
parent
cfb8c64e69
commit
3048367a7d
2 changed files with 5 additions and 3 deletions
|
@ -31,6 +31,10 @@ package() {
|
|||
install -Dm755 ../../update-ca.sh $pkgdir/usr/sbin/update-ca
|
||||
}
|
||||
|
||||
backup() {
|
||||
return
|
||||
}
|
||||
|
||||
license() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
#!/bin/sh
|
||||
cd /etc/ssl && {
|
||||
curl -LO https://curl.haxx.se/ca/cacert.pem -o /etc/ssl/certs/ca-certificates.crt
|
||||
}
|
||||
curl -L https://curl.haxx.se/ca/cacert.pem -o /etc/ssl/cert.pem
|
||||
|
|
Loading…
Reference in a new issue