Skip to content

Commit

Permalink
feat: add consent screen for yafti / flatpak fedora remote removal (u…
Browse files Browse the repository at this point in the history
…blue-os#70)

Co-authored-by: Jorge O. Castro <jorge.castro@gmail.com>
  • Loading branch information
marcoceppi and castrojo committed Mar 20, 2023
1 parent 6f33b16 commit b733e9c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions etc/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ screens:
icon: "/path/to/icon"
description: |
Pick some applications to get started
can-we-modify-your-flatpaks:
source: yafti.screen.consent
values:
title: Welcome traveler
condition:
run: flatpak remotes --system | grep fedora
description: |
This tool modifies your flatpaks and flatpak sources. If you do not want to do this exit the installer.
For new users just do it (tm)
actions:
- run: flatpak remote-delete fedora --force
- run: flatpak remove --system --noninteractive --all
applications:
source: yafti.screen.package
values:
Expand Down

0 comments on commit b733e9c

Please sign in to comment.