diff --git a/modules/20-gnome-core.yml b/modules/20-gnome-core.yml index acbeb99..f634298 100644 --- a/modules/20-gnome-core.yml +++ b/modules/20-gnome-core.yml @@ -18,15 +18,4 @@ source: - xdg-desktop-portal - xdg-desktop-portal-gnome - xdg-desktop-portal-gtk -modules: - - name: gnome-control-center - type: shell - source: - type: tar - url: https://github.com/Vanilla-OS/gnome-control-center/releases/download/continuous/gnome-control-center.tar.xz - checksum: 81eff2e3fa32a918902cf49cd07d5bf43db0b3bcfef0ce80b78e7f2494bfd060 - commands: - - dpkg -i /sources/gnome-control-center-data_45~rc-2_all.deb - - dpkg -i /sources/gnome-control-center_45~rc-2_amd64.deb - - apt -y install -f diff --git a/modules/21-gnome-control-center.yml b/modules/21-gnome-control-center.yml new file mode 100644 index 0000000..32bcc48 --- /dev/null +++ b/modules/21-gnome-control-center.yml @@ -0,0 +1,10 @@ +name: gnome-control-center +type: shell +source: + type: tar + url: https://github.com/Vanilla-OS/gnome-control-center/releases/download/continuous/gnome-control-center.tar.xz + checksum: 81eff2e3fa32a918902cf49cd07d5bf43db0b3bcfef0ce80b78e7f2494bfd060 +commands: + - dpkg -i /sources/gnome-control-center-data_45~rc-2_all.deb + - dpkg -i /sources/gnome-control-center_45~rc-2_amd64.deb + - apt -y install -f diff --git a/recipe.yml b/recipe.yml index e3bdb12..6054c9d 100644 --- a/recipe.yml +++ b/recipe.yml @@ -50,6 +50,7 @@ modules: - modules/03-fswarn - modules/10-vanilla-abroot-rollback-notifier - modules/20-gnome-core + - modules/21-gnome-control-center - modules/30-gnome-essentials - modules/40-gnome-appearance - modules/50-laptop-goodies