mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Batch installs per manager #134

Open mrlunchbox777 opened 4 months ago

mrlunchbox777 commented 4 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

As much as possible, batch installs of packages per package manager.

Why?

Batching increases speed and efficiency.

What should happen?

Blocked by https://github.com/mrlunchbox777/basic-setup/issues/117

When multiple packages should be installed by a single package manager, in as much as it supported, they should be installed in batch to reduce overhead.

This is low priority because most manager are very efficient, even when run back-to-back. Covers this TODO.

Steps to Test

  1. Run the environment validation in the most base docker container for a package manager, e.g. sh, and then all packages, per manager, should be installed in batch, i.e. apt should let you know it's installing all of those packages at once rather than one at a time.

Code of Conduct