From 177ddc11833093fc01b8869cf87402e1231321ac Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 24 Jan 2023 15:48:48 -0500 Subject: [PATCH] Salt for Ubuntu --- setup/so-functions | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 3299509e1..9629c0200 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2014,7 +2014,6 @@ saltify() { # 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 - curl -fsSL -o /usr/share/keyrings/salt-archive-keyring.gpg https://repo.saltproject.io/py3/ubuntu/20.04/amd64/3004/salt-archive-keyring.gpg # Add Docker Repo logCmd "curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -"