Skip to content

Commit

Permalink
fix(apt): clean up and refactor APT package management scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 28, 2023
1 parent 5365396 commit e1bc4b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ obsolete_packages=(
{{- end }}
)
if [[ "${#obsolete_packages[@]}" -gt 0 ]]; then
log_info "Obsolte packages: ${obsolete_packages[*]}"
for package in "${obsolete_packages[@]}"; do
if is_apt_package_installed "${package}"; then
log_task "Removing obsolete package '${package}'"
Expand Down

0 comments on commit e1bc4b4

Please sign in to comment.