-
Notifications
You must be signed in to change notification settings - Fork 0
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
Central install dispatch #778
Comments
kaihowl
added a commit
that referenced
this issue
Nov 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of repeating the same switch case over all install files:
create a central config file. The format is tab separated.
For binary install the format is:
For package manager installs the format is:
Replace all install invocation and switch cases with
This will internally search for a line in the central config file that matches the
name
,platform
, andarchitecture
. If more than one line is matched, the install will abort.Open questions:
The text was updated successfully, but these errors were encountered: