Fix Arch Linux trust
options
Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
parent
73405432c9
commit
ce0fdc5705
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user