hold openssl from update during setup

This commit is contained in:
m0duspwnens
2023-10-02 11:13:08 -04:00
parent c1ab8952eb
commit f85dd910a3
2 changed files with 4 additions and 1 deletions

View File

@@ -2443,7 +2443,8 @@ update_sudoers_for_testing() {
update_packages() {
if [[ $is_oracle ]]; then
logCmd "dnf repolist"
logCmd "dnf -y update --allowerasing --exclude=salt*,docker*,containerd*"
# holding openssl https://github.com/Security-Onion-Solutions/securityonion/discussions/11443
logCmd "dnf -y update --allowerasing --exclude=salt*,docker*,containerd*,openssl*"
RMREPOFILES=("oracle-linux-ol9.repo" "uek-ol9.repo" "virt-ol9.repo")
info "Removing repo files added by oracle-repos package update"
for FILE in ${RMREPOFILES[@]}; do