bitcoin-tools / nodebuilder

Run a secure Bitcoin Core node with ease.
MIT No Attribution
6 stars 1 forks source link

[FEAT] - separate the ID and ID_LIKE variables for linux distros #989

Open bitcoin-tools opened 3 months ago

bitcoin-tools commented 3 months ago

Describe the Problem

right now, if ID_LIKE exists, the function uses that instead of ID.

Describe the Solution

Allow tailoring things based on specific distro ID, not just ID_LIKE

Optional Additional Details

No response

bitcoin-tools commented 1 month ago

Not sure if this makes sense to build out until there's an obvious reason to do so. So far, there aren't any IDs that require a different treatment than ID_LIKE, but perhaps some derivative repo will make this worth working on.

For now, considering it low priority.