mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-22 13:05:05 +00:00
chore: improve clarity of flathub modification step in yafti
This commit is contained in:
@@ -33,10 +33,12 @@ screens:
|
||||
values:
|
||||
title: Flathub setup
|
||||
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:
|
||||
- run: flatpak remote-delete --system --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 remote-add --if-not-exists --user --subset=verified flathub-verified https://flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user