bugfix gitea, fix output for go alias
authorAJ ONeal <aj@therootcompany.com>
Tue, 16 Jun 2020 10:52:03 +0000 (10:52 +0000)
committerAJ ONeal <aj@therootcompany.com>
Tue, 16 Jun 2020 10:52:03 +0000 (10:52 +0000)
gitea/install.sh
go/install.sh

index 31d575c60f97f8df8b1a7f4f521c27aaef603329..fe6f54e2685d7e07f479667c14dc1fd7b1f5f61b 100644 (file)
@@ -2,6 +2,7 @@ set -e
 set -u
 
 pkg_cmd_name="gitea"
+WEBI_SINGLE=true
 
 pkg_get_current_version() {
     # 'gitea version' has output in this format:
index a88c0e7f4f2cf84b872479e0647ec9069e6ea79b..f03c2cd3957089fc372f9472d6fa4dab53ba853f 100644 (file)
@@ -5,5 +5,5 @@
 # description: |
 #   See https://webinstall.dev/golang
 
-echo "'go@${WEBI_TAG:-}' is an alias for 'golang@${WEBI_VERSION:-}'"
+echo "'go@${WEBI_TAG:-stable}' is an alias for 'golang@${WEBI_VERSION:-}'"
 curl -fsSL https://webinstall.dev/golang@${WEBI_VERSION:-} | bash