From 43138d923a34693ae1a90356ae006d8f2dae75ac Mon Sep 17 00:00:00 2001 From: casjay Date: Sun, 11 Aug 2024 15:10:42 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/root/docker/setup/05-custom.sh --- rootfs/root/docker/setup/05-custom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/root/docker/setup/05-custom.sh b/rootfs/root/docker/setup/05-custom.sh index 9596112..ced3ad5 100755 --- a/rootfs/root/docker/setup/05-custom.sh +++ b/rootfs/root/docker/setup/05-custom.sh @@ -42,7 +42,7 @@ else fi # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Main script -echo "Dowloading from $GITEA_URL" +echo "Dowloading gitea from $GITEA_URL" curl -q -LSsf "$GITEA_URL" -o "$GITEA_BIN_FILE" && GITEA=true || echo "Failed to download gitea" >&2 echo "Downloading act_runner from $ACT_URL" curl -q -LSsf "$ACT_URL" -o "$ACT_BIN_FILE" && ACT=true || echo "Failed to download act_runner" >&2