Skip to content

Commit

Permalink
fix module
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss authored and mirkobrombin committed Jan 21, 2024
1 parent 418f829 commit 63b5089
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions modules/20-gnome-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ source:
- xdg-desktop-portal-gnome
- xdg-desktop-portal-gtk
modules:
name: gnome-control-center
type: dpkg
source:
type: tar
url: https://github.com/Vanilla-OS/gnome-control-center/releases/download/continuous/gnome-control-center.tar.xz
checksum: 81eff2e3fa32a918902cf49cd07d5bf43db0b3bcfef0ce80b78e7f2494bfd060
name: remove-dbgsym
type: shell
commands:
- apt remove -y gnome-control-center-dbgsym gnome-control-center-dev
- 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
- dpkg -i /sources/gnome-control-center_45~rc-2_amd64.deb
- apt -y install -f

0 comments on commit 63b5089

Please sign in to comment.