diff --git a/recipe-desktop.yml b/recipe-desktop.yml index db64141..39fa22b 100644 --- a/recipe-desktop.yml +++ b/recipe-desktop.yml @@ -34,6 +34,7 @@ rpm: - id3v2 - xinput - earthly + - kubectl remove: # Remove the native firefox (from Fedora) in favor of the Flatpak. - firefox diff --git a/recipe-framework.yml b/recipe-framework.yml index 38f78e3..93297d5 100644 --- a/recipe-framework.yml +++ b/recipe-framework.yml @@ -37,6 +37,7 @@ rpm: - id3v2 - xinput - earthly + - kubectl remove: # Remove the native firefox (from Fedora) in favor of the Flatpak. - firefox diff --git a/scripts/pre/setup-kubectl.sh b/scripts/pre/setup-kubectl.sh new file mode 100644 index 0000000..7ed09c4 --- /dev/null +++ b/scripts/pre/setup-kubectl.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +set -oue pipefail + +cat <