From cd888ea998b58798f23cee50fd9fe53ca10f65e4 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 16 Jul 2023 12:58:12 -0400 Subject: [PATCH] Install earthly --- recipe-desktop.yml | 2 ++ recipe-framework.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipe-desktop.yml b/recipe-desktop.yml index 930a023..db64141 100644 --- a/recipe-desktop.yml +++ b/recipe-desktop.yml @@ -15,6 +15,7 @@ rpm: # so that your repos automatically use your image's actual Fedora version, # which greatly simplifies future maintenance of your custom recipe. repos: + - https://pkg.earthly.dev/earthly.repo install: # Needed for yafti (the first boot installer). Remove if you're not using yafti. - python3-pip @@ -32,6 +33,7 @@ rpm: - 'gcc-c++' - id3v2 - xinput + - earthly remove: # Remove the native firefox (from Fedora) in favor of the Flatpak. - firefox diff --git a/recipe-framework.yml b/recipe-framework.yml index 62051ca..38f78e3 100644 --- a/recipe-framework.yml +++ b/recipe-framework.yml @@ -14,6 +14,7 @@ rpm: # so that your repos automatically use your image's actual Fedora version, # which greatly simplifies future maintenance of your custom recipe. repos: + - https://pkg.earthly.dev/earthly.repo install: # Needed for yafti (the first boot installer). Remove if you're not using yafti. - python3-pip @@ -35,6 +36,7 @@ rpm: - 'gcc-c++' - id3v2 - xinput + - earthly remove: # Remove the native firefox (from Fedora) in favor of the Flatpak. - firefox