Fixe erreur script sous manjaro
This commit is contained in:
parent
13dc4cbd13
commit
85cb43b272
|
@ -4,7 +4,7 @@ set -eo pipefail
|
||||||
|
|
||||||
DESTDIR=/usr/local/share/ca-certificates
|
DESTDIR=/usr/local/share/ca-certificates
|
||||||
if [ ! -d "$DESTDIR" ]; then
|
if [ ! -d "$DESTDIR" ]; then
|
||||||
DESTDIR=/etc/pki/ca-trust/source/anchors
|
DESTDIR=/etc/ca-certificates/trust-source/anchors
|
||||||
fi
|
fi
|
||||||
|
|
||||||
UPDATE_CERTS_CMD=update-ca-certificates
|
UPDATE_CERTS_CMD=update-ca-certificates
|
||||||
|
|
Loading…
Reference in New Issue