Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install multiple apt packages simultaneously #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pixie-cheeks
Copy link

This makes the install process faster and lessens the burden of editing the install list, slightly.

One major difference in behavior is that if one or more packages are not found in the repository, then apt won't install the rest of the provided packages in the command. Added an if clause to exit the script in such conditions instead of running any more commands.

This was a small change, so I didn't open an issue first.

This seems more efficient and less time-consuming.
It is possible that some packages won't install for various reasons.
Seems safe to exit on such occassions.
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.

1 participant