Skip to content

Commit

Permalink
feat(yafti): Add support for installing GNOME extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Aug 2, 2023
1 parent 6c638f3 commit 6997537
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ screens:
icon: "/usr/share/ublue-os/bazzite/logo.svg"
description: |
Configure your system to get started
extensions-cli:
source: yafti.screen.consent
values:
title: Installing GNOME Extensions CLI
condition:
run: grep "gnome" <<< $(rpm-ostree status)
description: This will allow you to install GNOME extensions.
actions:
- run: just --unstable install-extensions-cli
configure-bazzite:
source: yafti.screen.package
values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ screens:
icon: "/usr/share/ublue-os/bazzite/logo.svg"
description: |
Configure your system to get started
extensions-cli:
source: yafti.screen.consent
values:
title: Installing GNOME Extensions CLI
condition:
run: grep "gnome" <<< $(rpm-ostree status)
description: This will allow you to install GNOME extensions.
actions:
- run: just --unstable install-extensions-cli
configure-bazzite:
source: yafti.screen.package
values:
Expand Down

0 comments on commit 6997537

Please sign in to comment.