Make soup use reposync from the repo

This commit is contained in:
Mike Reeves
2024-06-21 15:20:07 -04:00
parent 0295b8d658
commit 77dedc575e

View File

@@ -9,6 +9,11 @@
. /usr/sbin/so-common
. /usr/sbin/so-image-common
# See if a proxy is set. If so use it.
if [ -f /etc/profile.d/so-proxy.sh ]; then
. /etc/profile.d/so-proxy.sh
fi
UPDATE_DIR=/tmp/sogh/securityonion
DEFAULT_SALT_DIR=/opt/so/saltstack/default
INSTALLEDVERSION=$(cat /etc/soversion)