dusk-network / node-installer

Easy to use tool to install a Dusk node with extra utilities
Mozilla Public License 2.0
21 stars 17 forks source link

Add distro and arch check #83

Closed HDauven closed 6 months ago

HDauven commented 6 months ago

Resolves #82 #81

HDauven commented 6 months ago

Through version_id on os-release or lsb_release -sr we can also retrieve the version for a given distro.

In the case of a rolling release like Arch it will complicate matters a bit though.