From fd4ac055f95b8b1d60afbb710642e18195270317 Mon Sep 17 00:00:00 2001 From: Chais Fitzwater <129241165+ETEnterprises1@users.noreply.github.com> Date: Sat, 4 Jan 2025 11:27:35 -0600 Subject: [PATCH] Update --- Folder | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Folder diff --git a/Folder b/Folder new file mode 100644 index 0000000..a7a655d --- /dev/null +++ b/Folder @@ -0,0 +1,8 @@ +# Create a folder +$ mkdir actions-runner && cd actions-runner +# Download the latest runner package +$ curl -o actions-runner-linux-x64-2.321.0.tar.gz -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-x64-2.321.0.tar.gz +# Optional: Validate the hash +$ echo "ba46ba7ce3a4d7236b16fbe44419fb453bc08f866b24f04d549ec89f1722a29e actions-runner-linux-x64-2.321.0.tar.gz" | shasum -a 256 -c +# Extract the installer +$ tar xzf ./actions-runner-linux-x64-2.321.0.tar.gz \ No newline at end of file