From 2e406053a272d66c8b9d337e5658b3664390d13f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:18:25 -0400 Subject: [PATCH 1/3] Note that godownloader is deprecated --- install.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 178dacd0228..874d248ee14 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,7 @@ #!/bin/sh set -e -# Code generated by godownloader on 2021-12-22T16:10:52Z. DO NOT EDIT. +# Code originally generated by godownloader on 2021-12-22T16:10:52Z. DO NOT EDIT. +# (godownloader is deprecated, so changes to this script are maintained in instal.sh in https://github.com/nektos/act) # usage() { @@ -14,10 +15,6 @@ Usage: $this [-b] bindir [-d] [tag] [tag] is a tag from https://github.com/nektos/act/releases If tag is missing, then the latest will be used. - - Generated by godownloader - https://github.com/goreleaser/godownloader - EOF exit 2 } From ad58b876afdfba4c4a89f3a4d83d41981a76a3ac Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:19:27 -0400 Subject: [PATCH 2/3] Fix usage --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 874d248ee14..212c1ad37e2 100755 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ usage() { cat < Date: Tue, 10 Sep 2024 18:28:04 -0400 Subject: [PATCH 3/3] Fix spelling of install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 212c1ad37e2..6d7c07ffdb7 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e # Code originally generated by godownloader on 2021-12-22T16:10:52Z. DO NOT EDIT. -# (godownloader is deprecated, so changes to this script are maintained in instal.sh in https://github.com/nektos/act) +# (godownloader is deprecated, so changes to this script are maintained in install.sh in https://github.com/nektos/act) # usage() {