From 14fd32308c27e839409c5444c8a35b20fb3fa778 Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 8 Sep 2021 06:17:35 +0200 Subject: Fix Arch Linux `trust` options Signed-off-by: Georg --- scripts/sh/deploy_syscid_ca.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sh/deploy_syscid_ca.sh b/scripts/sh/deploy_syscid_ca.sh index 0a577ad..dd81d7f 100755 --- a/scripts/sh/deploy_syscid_ca.sh +++ b/scripts/sh/deploy_syscid_ca.sh @@ -25,7 +25,7 @@ elif [ "${DISTRIB}" = '"Arch Linux"' ]; then FP_CRT=$(/usr/bin/openssl x509 -fingerprint -sha512 -noout -in $CRT) if [ "$FP_CRT" = "$FP_TRUST" ]; then echo "OK, installing..." - /usr/bin/trust --store $CRT + /usr/bin/trust anchor --store $CRT rm $CRT echo "OK" else -- cgit v1.2.3