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

Separate list of (OS) packages from installation script #36

Open
2 tasks
Mischback opened this issue Nov 16, 2022 · 0 comments
Open
2 tasks

Separate list of (OS) packages from installation script #36

Mischback opened this issue Nov 16, 2022 · 0 comments
Labels
area/repository Affects the repository (e.g. structure) lang/shellscript Affects part of the repository with shellscript code type/improvement Improvement of an existing feature
Milestone

Comments

@Mischback
Copy link
Owner

As of now, util/scripts/install-packages.sh provides the command to install the packages, including the actual list of packages.

This should be split into

  • a script that includes the installation command (apt-get install)
  • a list of required packages (might be placed in configs/ or requirements/
@Mischback Mischback added type/improvement Improvement of an existing feature area/repository Affects the repository (e.g. structure) lang/shellscript Affects part of the repository with shellscript code labels Nov 16, 2022
@Mischback Mischback added this to the Run milestone Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/repository Affects the repository (e.g. structure) lang/shellscript Affects part of the repository with shellscript code type/improvement Improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant