Skip to content

Commit

Permalink
Update so-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
TOoSmOotH authored Jan 29, 2025
1 parent 7ae128d commit 27e9773
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup/so-functions
Original file line number Diff line number Diff line change
Expand Up @@ -2291,6 +2291,9 @@ update_packages() {
retry 150 10 "apt-get -y update" "" "Err:" >> "$setup_log" 2>&1 || fail_setup
info "Running apt-get upgrade"
retry 150 10 "apt-get -y upgrade" >> "$setup_log" 2>&1 || fail_setup
else
info "Updating packages"
logCmd "dnf -y update --allowerasing --exclude=salt*,docker*,containerd*"
fi
}

Expand Down

0 comments on commit 27e9773

Please sign in to comment.