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
|
install -Dm755 ../../update-ca.sh $pkgdir/usr/sbin/update-ca
|
||||||
}
|
}
|
||||||
|
|
||||||
|
backup() {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
license() {
|
license() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue