Skip to content

Commit

Permalink
ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 11, 2024
1 parent f7858e7 commit e80e88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-system-ca-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fi

# move all cas to the correct place and update trust
case $LANDO_LINUX_PACKAGE_MANAGER in
dnf|microdnf|yum|pacman)
dnf|microdnf|pacman|yum)
mkdir -p /etc/pki/ca-trust/source/anchors
cp -r "$CA" /etc/pki/ca-trust/source/anchors/
update-ca-trust
Expand Down

0 comments on commit e80e88e

Please sign in to comment.