From 4c2142b181db09f646604bfed8a7bcd7db8d8cc2 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 14 Feb 2023 13:21:37 -0500 Subject: [PATCH] add key for so packages --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index fd1fc4b2d..f4df47794 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1893,7 +1893,7 @@ remove_package() { securityonion_repo() { # Remove all the current repos - if [[ $is_centos ]]; then + if [[ $is_rocky ]]; then if [[ $waitforstate ]]; then # Build the repo locally so we can use it echo "Syncing Repo"