chore: list upgrade sources in cmd help

This commit is contained in:
Wiktor W. 2024-01-05 18:29:48 +01:00
parent 108456585d
commit 39c531b9e8
1 changed files with 4 additions and 0 deletions

View File

@ -117,6 +117,10 @@ var UpgradeCommand = cli.Command{
Description: ` Description: `
Upgrade Abra in-place with the latest stable or release candidate. Upgrade Abra in-place with the latest stable or release candidate.
This command uses wget and bash. The install script is pulled from:
- default stable release: https://install.abra.coopcloud.tech
- release candidate: https://git.coopcloud.tech/coop-cloud/abra/
Pass "-r/--rc" to install the latest release candidate. Please bear in mind Pass "-r/--rc" to install the latest release candidate. Please bear in mind
that it may contain catastrophic bugs. Thank you very much for the testing that it may contain catastrophic bugs. Thank you very much for the testing
efforts! efforts!