Fixe erreur script sous manjaro #5

Merged
wpetit merged 2 commits from issue-4 into master 2023-03-01 10:12:34 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 85cb43b272 - Show all commits

View File

@ -4,7 +4,7 @@ set -eo pipefail
DESTDIR=/usr/local/share/ca-certificates
if [ ! -d "$DESTDIR" ]; then
DESTDIR=/etc/pki/ca-trust/source/anchors
DESTDIR=/etc/ca-certificates/trust-source/anchors
fi
UPDATE_CERTS_CMD=update-ca-certificates