diff --git a/setup/so-functions b/setup/so-functions index 9629c0200..6f7a89313 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2010,13 +2010,13 @@ saltify() { logCmd "mkdir -vp /opt/so/gpg" logCmd "wget -q --inet4-only -O /opt/so/gpg/SALTSTACK-GPG-KEY.pub https://repo.securityonion.net/file/securityonion-repo/ubuntu/$ubuntu_version/amd64/salt/SALTSTACK-GPG-KEY.pub" logCmd "wget -q --inet4-only -O /opt/so/gpg/docker.pub https://download.docker.com/linux/ubuntu/gpg" - + logCmd "apt-key add /opt/so/gpg/SALTSTACK-GPG-KEY.pub" + logCmd "apt-key add /opt/so/gpg/docker.pub" + # Add SO Saltstack Repo - logCmd "wget -q --inet4-only -O - https://repo.securityonion.net/file/securityonion-repo/ubuntu/20.04/amd64/salt/SALTSTACK-GPG-KEY.pub | apt-key add -" echo "deb https://repo.securityonion.net/file/securityonion-repo/ubuntu/20.04/amd64/salt3004.2/focal main" > /etc/apt/sources.list.d/saltstack.list # Add Docker Repo - logCmd "curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -" add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" # Ain't nothing but a GPG