-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
The suggestion is to incorporate an option --update or just update to self-update the mgc to its latest version.
The option could:
- collect the underlying architecture in which
mgcis installed (say fromlscpuor fromuname -m); - collect its current installation dir (with
${BASH_SOURCE[@]%/*}, or some analogue for other shells) - do a bootstrap to get the latest version of
mgcfrom its official source: the latest release of this repo.
Motivation
Since the project is constantly improving, updates may be needed frequently. This option would make users' lives easier.
Workaround
A naive attempt to provide a user-side extension for the mgc in order to include this feature can be observed here:
There are already two open pull requests proposing solutions:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request