Skip to content

Commit

Permalink
feat: add distrobox, just, and gnome-tweaks (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-stone authored Mar 3, 2023
1 parent 7e31134 commit 15f17ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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\")[])] \
Expand Down
5 changes: 5 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"all": {
"include": {
"all": [
"distrobox",
"just",
"kernel-devel-matched"
],
"silverblue": [
"gnome-tweaks"
]
},
"exclude": {
Expand Down

0 comments on commit 15f17ee

Please sign in to comment.