Install earthly 0.7
This commit is contained in:
@@ -8,6 +8,7 @@ modules:
|
|||||||
- install-mkcert.sh
|
- install-mkcert.sh
|
||||||
- install-syncthing.sh
|
- install-syncthing.sh
|
||||||
- setup-kubectl.sh
|
- setup-kubectl.sh
|
||||||
|
- install-earthly.sh
|
||||||
- from-file: jp-packages.yml
|
- from-file: jp-packages.yml
|
||||||
- type: script
|
- type: script
|
||||||
scripts:
|
scripts:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
type: rpm-ostree
|
type: rpm-ostree
|
||||||
repos:
|
repos:
|
||||||
- https://pkg.earthly.dev/earthly.repo
|
# - https://pkg.earthly.dev/earthly.repo
|
||||||
- https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%OS_VERSION%/varlad-helix-fedora-%OS_VERSION%.repo
|
- https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%OS_VERSION%/varlad-helix-fedora-%OS_VERSION%.repo
|
||||||
- https://pkgs.tailscale.com/stable/fedora/%OS_VERSION%/tailscale.repo
|
- https://pkgs.tailscale.com/stable/fedora/%OS_VERSION%/tailscale.repo
|
||||||
- https://cli.github.com/packages/rpm/gh-cli.repo
|
- https://cli.github.com/packages/rpm/gh-cli.repo
|
||||||
@@ -15,7 +15,7 @@ install:
|
|||||||
- id3v2
|
- id3v2
|
||||||
- docker
|
- docker
|
||||||
- xinput
|
- xinput
|
||||||
- earthly
|
# - earthly
|
||||||
- kubectl
|
- kubectl
|
||||||
- helm
|
- helm
|
||||||
- neovim
|
- neovim
|
||||||
|
|||||||
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