mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
fix other OS installs
This commit is contained in:
@@ -2002,8 +2002,10 @@ repo_sync_local() {
|
||||
dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
|
||||
curl -fsSL https://repo.saltproject.io/salt/py3/redhat/9/x86_64/minor/3006.1.repo | tee /etc/yum.repos.d/salt.repo
|
||||
fi
|
||||
dnf config-manager --set-enabled crb
|
||||
dnf repolist
|
||||
if [[ $is_rocky ]]; then
|
||||
dnf config-manager --set-enabled crb
|
||||
dnf repolist
|
||||
fi
|
||||
else
|
||||
echo "Not sure how you got here."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user