Skip to content

Commit

Permalink
update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
lenuswalker committed Aug 14, 2024
1 parent 2b5f808 commit 88e96d8
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions recipes/cosmic-desktop-rawhide.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
modules:
- type: script
snippets:
- wget https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/repo/fedora-rawhide/ryanabx-cosmic-epoch-fedora-rawhide.repo -O /etc/yum.repos.d/_copr_ryanabx-cosmic.repo

- type: rpm-ostree
install:
- cosmic-desktop
File renamed without changes.
2 changes: 1 addition & 1 deletion recipes/recipe-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ modules:
- from-file: displaylink.yml
- from-file: system76-power.yml
- from-file: extra-repos.yml
- from-file: cosmic.yml
- from-file: cosmic-desktop.yml
- from-file: common-packages.yml
- from-file: common-flatpaks.yml
- from-file: remove-packages.yml
Expand Down
3 changes: 2 additions & 1 deletion recipes/recipe-rawhide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ modules:
# while putting files in /etc/ is done on booted system by system administrators.
# read more about this in files module reference.

- from-file: cosmic.yml
- from-file: system76-power-rawhide.yml
- from-file: cosmic-desktop-rawhide.yml
- from-file: common-packages.yml
- from-file: common-flatpaks.yml
- from-file: remove-packages.yml
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ modules:
- from-file: displaylink.yml
- from-file: system76-power.yml
- from-file: extra-repos.yml
- from-file: cosmic.yml
- from-file: cosmic-desktop.yml
- from-file: common-packages.yml
- from-file: common-flatpaks.yml
- from-file: remove-packages.yml
Expand Down
15 changes: 15 additions & 0 deletions recipes/system76-power-rawhide.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
modules:
- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/szydell/system76/repo/fedora-rawhide/szydell-system76-fedora-rawhide.repo
install:
- system76-driver
- system76-power

- type: systemd
system:
enabled:
- com.system76.PowerDaemon.service
- system76-power-wake.service
masked:
- power-profiles-daemon.service

0 comments on commit 88e96d8

Please sign in to comment.