Files
wunker-os/files/scripts/install-earthly.sh
2024-07-23 12:10:08 -04:00

9 lines
194 B
Bash

#!/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