mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-28 14:53:58 +00:00
fix(sign-image): Use package screen instead of consent screen
Currently, there doesn't seem to be confirmation that clicking accept on the consent screen actually did anything. Use a package screen instead to avoid confusion
This commit is contained in:
parent
79957ad07d
commit
e286929c9f
@ -11,15 +11,20 @@ screens:
|
||||
description: |
|
||||
Configure your system to get started. Completion of this process is required for Game mode to function.
|
||||
sign-image:
|
||||
source: yafti.screen.consent
|
||||
condition:
|
||||
run: grep -qvz "signed" <<< $(rpm-ostree status)
|
||||
source: yafti.screen.package
|
||||
values:
|
||||
title: Sign Bazzite
|
||||
description: |
|
||||
This will sign your current install of Bazzite. Note that this may take awhile.
|
||||
actions:
|
||||
- run: just --unstable sign-image
|
||||
title: Signing Bazzite
|
||||
condition:
|
||||
run: grep -qvz "signed" <<< $(rpm-ostree status)
|
||||
show_terminal: true
|
||||
package_manager: yafti.plugin.run
|
||||
groups:
|
||||
Sign Bazzite:
|
||||
description: |
|
||||
This will sign your current install of Bazzite. Mandatory for offline installs. This will take awhile.
|
||||
default: true
|
||||
packages:
|
||||
- Sign Bazzite: just --unstable sign-image
|
||||
configure-bazzite:
|
||||
source: yafti.screen.package
|
||||
values:
|
||||
|
@ -11,15 +11,20 @@ screens:
|
||||
description: |
|
||||
Configure your system to get started
|
||||
sign-image:
|
||||
source: yafti.screen.consent
|
||||
condition:
|
||||
run: grep -qvz "signed" <<< $(rpm-ostree status)
|
||||
source: yafti.screen.package
|
||||
values:
|
||||
title: Sign Bazzite
|
||||
description: |
|
||||
This will sign your current install of Bazzite. Note that this may take awhile.
|
||||
actions:
|
||||
- run: just --unstable sign-image
|
||||
title: Signing Bazzite
|
||||
condition:
|
||||
run: grep -qvz "signed" <<< $(rpm-ostree status)
|
||||
show_terminal: true
|
||||
package_manager: yafti.plugin.run
|
||||
groups:
|
||||
Sign Bazzite:
|
||||
description: |
|
||||
This will sign your current install of Bazzite. Mandatory for offline installs. This will take awhile.
|
||||
default: true
|
||||
packages:
|
||||
- Sign Bazzite: just --unstable sign-image
|
||||
configure-bazzite-arch:
|
||||
source: yafti.screen.package
|
||||
values:
|
||||
|
Loading…
x
Reference in New Issue
Block a user