From 15f17ee7b779b5331e99a08701b629f53906c050 Mon Sep 17 00:00:00 2001 From: joshua-stone Date: Thu, 2 Mar 2023 22:52:54 -0500 Subject: [PATCH] feat: add distrobox, just, and gnome-tweaks (#17) --- build.sh | 1 - packages.json | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index af5ff955..76ec18ad 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,6 @@ set -ouex pipefail RELEASE="$(rpm -E %fedora)" -echo $FEDORA_MAJOR_VERSION $IMAGE_NAME INCLUDED_PACKAGES=($(jq -r "[(.all.include | (.all, select(.\"$IMAGE_NAME\" != null).\"$IMAGE_NAME\")[]), \ (select(.\"$FEDORA_MAJOR_VERSION\" != null).\"$FEDORA_MAJOR_VERSION\".include | (.all, select(.\"$IMAGE_NAME\" != null).\"$IMAGE_NAME\")[])] \ diff --git a/packages.json b/packages.json index 16f90602..a5c019ab 100644 --- a/packages.json +++ b/packages.json @@ -2,7 +2,12 @@ "all": { "include": { "all": [ + "distrobox", + "just", "kernel-devel-matched" + ], + "silverblue": [ + "gnome-tweaks" ] }, "exclude": {