diff --git a/setup/so-functions b/setup/so-functions index c80df2347..5cb0085a4 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2040,7 +2040,6 @@ saltify() { retry 150 20 "apt-get -y install ${pkg_arr[*]}" || fail_setup logCmd "mkdir -vp /etc/apt/keyrings" - #logCmd "wget -q --inet4-only -O /opt/so/gpg/SALTSTACK-GPG-KEY.pub https://repo.securityonion.net/file/securityonion-repo/ubuntu/20.04/amd64/salt/SALTSTACK-GPG-KEY.pub" logCmd "wget -q --inet4-only -O /etc/apt/keyrings/docker.pub https://download.docker.com/linux/ubuntu/gpg" if [[ $is_ubuntu ]]; then