Skip to content

Commit

Permalink
feat: add module for GNOME 46 components
Browse files Browse the repository at this point in the history
Tempfix module for pulling GNOME 46 from debian experimental.
  • Loading branch information
jardon authored and kbdharun committed Jun 20, 2024
1 parent 5c92285 commit 81ae601
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/41-gnome-46.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: gnome-46
type: shell
commands:
- apt install -y jq
- curl -s https://api.github.com/repos/Vanilla-OS/debian-gnome-debs/releases/latest | jq .assets[].browser_download_url? | xargs -I'{}' wget {}
- apt install -y ./*.deb
- rm *mutter*.deb
- rm *gnome*.deb
- apt remove -y jq
1 change: 1 addition & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ stages:
- modules/21-gnome-control-center.yml
- modules/30-gnome-essentials.yml
- modules/40-gnome-appearance.yml
- modules/41-gnome-46.yml
- modules/50-laptop-goodies.yml
- modules/60-media.yml
- modules/80-printers.yml
Expand Down

0 comments on commit 81ae601

Please sign in to comment.