From 0a101e2cae6d848f9ead12a21675fc9a567ad69a Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Mon, 4 Sep 2023 20:09:48 -0400 Subject: [PATCH] Install helix and docker --- recipe-desktop.yml | 4 ++++ recipe-framework-13.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/recipe-desktop.yml b/recipe-desktop.yml index bf1fa94..ecf2076 100644 --- a/recipe-desktop.yml +++ b/recipe-desktop.yml @@ -12,6 +12,7 @@ scripts: - setup-selinux-dockersock.sh - autorun.sh - setup-desktop-audio.sh + - setup-selinux-dockersock.sh rpm: # A list of urls of ".repo" files that should be added to your system. # This is the proper way to add custom COPR repos to your image. @@ -20,6 +21,7 @@ rpm: # which greatly simplifies future maintenance of your custom recipe. repos: - https://pkg.earthly.dev/earthly.repo + - https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%FEDORA_VERSION%/varlad-helix-fedora-%FEDORA_VERSION%.repo install: # Needed for yafti (the first boot installer). Remove if you're not using yafti. - python3-pip @@ -42,6 +44,8 @@ rpm: - helm - neovim - ripgrep + - helix + - docker remove: # Remove the native firefox (from Fedora) in favor of the Flatpak. - firefox diff --git a/recipe-framework-13.yml b/recipe-framework-13.yml index 20f74be..490a402 100644 --- a/recipe-framework-13.yml +++ b/recipe-framework-13.yml @@ -12,6 +12,7 @@ scripts: - setup-selinux-dockersock.sh - autorun.sh - setup-framework-13.sh + - setup-selinux-dockersock.sh rpm: # A list of urls of ".repo" files that should be added to your system. # This is the proper way to add custom COPR repos to your image. @@ -20,6 +21,7 @@ rpm: # which greatly simplifies future maintenance of your custom recipe. repos: - https://pkg.earthly.dev/earthly.repo + - https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%FEDORA_VERSION%/varlad-helix-fedora-%FEDORA_VERSION%.repo install: # Needed for yafti (the first boot installer). Remove if you're not using yafti. - python3-pip @@ -46,6 +48,8 @@ rpm: - helm - neovim - ripgrep + - helix + - docker remove: # Remove the native firefox (from Fedora) in favor of the Flatpak. - firefox