mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-28 08:37:12 +00:00
fix(yafti): Don't sign image if its already been signed
This commit is contained in:
parent
3729cf6372
commit
2916d9a799
@ -205,6 +205,8 @@ screens:
|
||||
Optionally apply a Valve-inspired theme to GNOME via Gradience. Note that custom themes are not officially supported by GNOME and some applications can break. Please avoid reporting issues to application developers until you've tested against the default theme.
|
||||
sign-image:
|
||||
source: yafti.screen.consent
|
||||
condition:
|
||||
run: grep -qvz "signed" <<< $(rpm-ostree status)
|
||||
values:
|
||||
title: Sign Bazzite
|
||||
description: |
|
||||
|
@ -210,6 +210,8 @@ screens:
|
||||
Optionally apply a Valve-inspired theme to GNOME via Gradience. Note that custom themes are not officially supported by GNOME and some applications can break. Please avoid reporting issues to application developers until you've tested against the default theme.
|
||||
sign-image:
|
||||
source: yafti.screen.consent
|
||||
condition:
|
||||
run: grep -qvz "signed" <<< $(rpm-ostree status)
|
||||
values:
|
||||
title: Sign Bazzite
|
||||
description: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user