From c295201223ba1ca920c98809615649c587c14549 Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Mon, 15 Jul 2024 11:09:51 +0200 Subject: [PATCH] chore: remove gnome-46 module they are now available in our repo --- modules/41-gnome-46.yml | 9 --------- recipe.yml | 1 - 2 files changed, 10 deletions(-) delete mode 100644 modules/41-gnome-46.yml diff --git a/modules/41-gnome-46.yml b/modules/41-gnome-46.yml deleted file mode 100644 index 53beffd..0000000 --- a/modules/41-gnome-46.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: gnome-46 -type: shell -commands: - - mkdir -p /tmp/gnome-46 - - 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 -P /tmp/gnome-46 {} - - apt install -y /tmp/gnome-46/*.deb - - rm -rf /tmp/gnome-46 - - apt remove -y jq diff --git a/recipe.yml b/recipe.yml index 9b558e3..933930b 100644 --- a/recipe.yml +++ b/recipe.yml @@ -57,7 +57,6 @@ 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