mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Salt for Ubuntu
This commit is contained in:
@@ -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 -"
|
||||||
|
|||||||
Reference in New Issue
Block a user