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)
|
FP_CRT=$(/usr/bin/openssl x509 -fingerprint -sha512 -noout -in $CRT)
|
||||||
if [ "$FP_CRT" = "$FP_TRUST" ]; then
|
if [ "$FP_CRT" = "$FP_TRUST" ]; then
|
||||||
echo "OK, installing..."
|
echo "OK, installing..."
|
||||||
/usr/bin/trust --store $CRT
|
/usr/bin/trust anchor --store $CRT
|
||||||
rm $CRT
|
rm $CRT
|
||||||
echo "OK"
|
echo "OK"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user