Salt for Ubuntu

This commit is contained in:
Mike Reeves
2023-01-24 15:48:48 -05:00
parent 20f7a77886
commit 177ddc1183

View File

@@ -2014,7 +2014,6 @@ saltify() {
# Add SO Saltstack Repo # 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 -" 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 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 # Add Docker Repo
logCmd "curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -" logCmd "curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -"