From fe017a109f2b78fa5d8cdd3ad2c5691443665c89 Mon Sep 17 00:00:00 2001 From: Jim Crowley <42618816+james-crowley@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:43:09 -0500 Subject: [PATCH] feat: Adding in logic to check if act needs to be downloaded (#2575) Co-authored-by: Casey Lee Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- install.sh | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6d7c07f..be63793 100755 --- a/install.sh +++ b/install.sh @@ -9,9 +9,10 @@ usage() { cat <