From 39c531b9e8c1b1db6799d754a7abae4426b49263 Mon Sep 17 00:00:00 2001 From: "Wiktor W." Date: Fri, 5 Jan 2024 18:29:48 +0100 Subject: [PATCH] chore: list upgrade sources in cmd help --- cli/cli.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cli/cli.go b/cli/cli.go index e338d390..627a60bd 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -117,6 +117,10 @@ var UpgradeCommand = cli.Command{ Description: ` 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 that it may contain catastrophic bugs. Thank you very much for the testing efforts!