fixpath for GPG keys

This commit is contained in:
Mike Reeves
2021-03-28 22:01:58 -04:00
parent bab062e52b
commit 362bf55526
2 changed files with 3 additions and 2 deletions

View File

@@ -632,8 +632,8 @@ set_redirect >> $setup_log 2>&1
set_progress_str 2 'Updating packages'
# Import the gpg keys
gpg_rpm_import
if [[ ! $is_airgap ]]
gpg_rpm_import >> $setup_log 2>&1
if [[ ! $is_airgap ]]; then
securityonion_repo >> $setup_log 2>&1
update_packages >> $setup_log 2>&1
fi