Skip to content
Snippets Groups Projects
Verified Commit 0260e9bc authored by Max Rees's avatar Max Rees
Browse files

system/ca-certificates: remove &> bashism from trigger

parent 23bcb376
No related branches found
No related tags found
No related merge requests found
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=ca-certificates
pkgver=20190131
pkgrel=0
pkgrel=1
pkgdesc="CA root certificates"
url="https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/"
arch="all"
......
#!/bin/sh
/usr/sbin/update-ca-certificates --fresh &> /dev/null
/usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment