From dbc867ff55e0c3860cdc15c95ec2bccdd1d2e4ba Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:24:00 +0100 Subject: [PATCH] Indicate that module skips flatpak install/uninstall if no changes are detected --- modules/default-flatpaks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default-flatpaks/README.md b/modules/default-flatpaks/README.md index 598ba0f..572bfc9 100644 --- a/modules/default-flatpaks/README.md +++ b/modules/default-flatpaks/README.md @@ -1,6 +1,6 @@ # `default-flatpaks` module for startingpoint -The `default-flatpaks` module can be used to install or uninstall flatpaks from a configurable remote on every boot. This module first removes the Fedora Flatpaks remote and Flatpaks that come pre-installed in Fedora. A Flatpak remote is configured the first time the module is used, but it can be re-configured in subsequent usages of the module. If no Flatpak remote is specified, the module will default to using Flathub. +The `default-flatpaks` module can be used to install or uninstall flatpaks from a configurable remote on every boot. It skips that operation if no changes are detected. This module first removes the Fedora Flatpaks remote and Flatpaks that come pre-installed in Fedora. A Flatpak remote is configured the first time the module is used, but it can be re-configured in subsequent usages of the module. If no Flatpak remote is specified, the module will default to using Flathub. Flatpaks can either be installed system-wide or per-user, though per-user flatpaks will be installed for every user on a system. Previously-installed flatpaks can also be removed.