Merge pull request #10852 from Security-Onion-Solutions/2.4/debian

2.4/debian
This commit is contained in:
Josh Patterson
2023-07-27 15:05:23 -04:00
committed by GitHub
4 changed files with 30 additions and 12 deletions

View File

@@ -210,7 +210,7 @@ gpg_rpm_import() {
rpm --import $RPMKEYSLOC/$RPMKEY
echo "Imported $RPMKEY"
done
else
elif [[ $is_rpm ]]; then
info "Importing the security onion GPG key"
rpm --import ../salt/repo/client/files/oracle/keys/securityonion.pub
fi