Skip to content

perf: consolidate duplicate package installation#113

Merged
sebrandon1 merged 1 commit into
mainfrom
perf/consolidate-package-install
Jul 17, 2026
Merged

perf: consolidate duplicate package installation#113
sebrandon1 merged 1 commit into
mainfrom
perf/consolidate-package-install

Conversation

@sebrandon1

Copy link
Copy Markdown
Contributor

Summary

  • Move common libvirt/qemu packages (libvirt-clients, libvirt-daemon-system, libvirt-daemon, virtinst, bridge-utils, qemu-system-x86) from enable-kvm-perms.sh into install-ubuntu-dependencies.sh
  • Eliminates duplicate apt-get install calls across two scripts
  • Fixes missing apt-get update in enable-kvm-perms.sh which could cause stale package index failures
  • Single apt-get update + apt-get install per run instead of two

Closes #79

Move common libvirt/qemu packages from enable-kvm-perms.sh into
install-ubuntu-dependencies.sh where apt-get update already runs. This
eliminates duplicate installs and prevents stale package index failures
in enable-kvm-perms.sh which was missing apt-get update.

Closes #79
@sebrandon1
sebrandon1 merged commit 1b19584 into main Jul 17, 2026
16 of 17 checks passed
@sebrandon1
sebrandon1 deleted the perf/consolidate-package-install branch July 17, 2026 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consolidate duplicate package installation

1 participant