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 version history #59

Closed HDauven closed 7 months ago

HDauven commented 7 months ago

Summary

Add a way for users to query the installer version, and retrieve what the latest version is, and if so, allow them to download the new version.

Possible solution design or implementation

On installation, place a version file on the system.

This version file can then be checked by the script, and by a ruskquery command, to check against any upstream new releases.