toolkit/func/core/pkg_release/20-check-gpg-keys.sh
2021-07-04 23:50:25 -07:00

7 lines
205 B
Bash
Executable File

#!/bin/bash
r_log "rocky" "Check the GPG keys"
file /etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial > /dev/null 2>&1 && \
file /etc/pki/rpm-gpg/RPM-GPG-KEY-rockytesting > /dev/null 2>&1
r_checkExitStatus $?