Move to files/

This commit is contained in:
Gerald Pinder
2024-04-16 17:06:56 -04:00
parent 99b2e6d091
commit 29b9627660
28 changed files with 1 additions and 2 deletions

View File

@@ -1,8 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
VERSION=v0.7.23
wget -q https://github.com/earthly/earthly/releases/download/$VERSION/earthly-linux-amd64 -O /usr/bin/earthly
chmod +x /usr/bin/earthly