Merge branch 'master' into dev

This commit is contained in:
Mike Reeves
2020-04-17 13:36:48 -04:00
committed by GitHub

View File

@@ -1323,6 +1323,7 @@ EOF
echo "deb http://repo.saltstack.com/apt/ubuntu/$UVER/amd64/2019.2 $OSVER main" > /etc/apt/sources.list.d/saltstack.list
fi
echo "deb https://packages.wazuh.com/3.x/apt/ stable main" | tee /etc/apt/sources.list.d/wazuh.list
# Initialize the new repos
apt-get update >> $SETUPLOG 2>&1
if [ $OSVER != "xenial" ]; then