chore: improve clarity of flathub modification step in yafti

This commit is contained in:
qoijjj
2024-03-06 10:55:31 -08:00
committed by GitHub
parent a45fda1a11
commit 7c6a453a83

View File

@@ -33,10 +33,12 @@ screens:
values: values:
title: Flathub setup title: Flathub setup
description: | description: |
This step will therefore remove all basic Fedora Flatpaks from your system and replace it with Flathub's verified repository. It will also disable the system flatpaks in favor of user flatpaks. This step will remove all Fedora and Flathub Flatpaks from your system and replace them with Flathub's Verified repository. It will not reinstall your flatpaks. It will also disable the system flatpaks in favor of user flatpaks.
actions: actions:
- run: flatpak remote-delete --system --force fedora - run: flatpak remote-delete --system --force fedora
- run: flatpak remote-delete --user --force fedora - run: flatpak remote-delete --user --force fedora
- run: flatpak remote-delete --system --force flathub
- run: flatpak remote-delete --user --force flathub
- run: flatpak remove --system --noninteractive --all - run: flatpak remove --system --noninteractive --all
- run: flatpak remote-add --if-not-exists --user --subset=verified flathub-verified https://flathub.org/repo/flathub.flatpakrepo - run: flatpak remote-add --if-not-exists --user --subset=verified flathub-verified https://flathub.org/repo/flathub.flatpakrepo