Move files back to config
This commit is contained in:
8
config/scripts/install-earthly.sh
Normal file
8
config/scripts/install-earthly.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user