Skip to content

Commit

Permalink
feat: add custom gnome-console
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 27, 2024
1 parent a33a026 commit d663f93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/22-gnome-console.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: gnome-console
type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/gnome-console/releases/download/continuous/gnome-console.tar.xz
checksum: 67fa1c2ded28eae336d0f9f645927c45dc885278ea9c25b34c9c4d2d548db6bf
commands:
- dpkg -i /sources/gnome-console_45.99-orchid-beta-2_amd64.deb
- apt -y install -f
- apt-mark hold gnome-console
1 change: 1 addition & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ modules:
- modules/10-vanilla-abroot-rollback-notifier
- modules/20-gnome-core
- modules/21-gnome-control-center
- modules/22-gnome-console
- modules/30-gnome-essentials
- modules/40-gnome-appearance
- modules/50-laptop-goodies
Expand Down

0 comments on commit d663f93

Please sign in to comment.