From 9d046ae1a1bdc477bf8ef07621b032aa70f9d81b Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Sun, 20 Jul 2025 17:40:58 +0200 Subject: [PATCH] docs(bling): Add note about `ublue-update` being deprecated (#430) --- modules/bling/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/bling/README.md b/modules/bling/README.md index c4df71e..b1db313 100644 --- a/modules/bling/README.md +++ b/modules/bling/README.md @@ -16,3 +16,12 @@ Take a note that this documentation is for local-users, not for custom image mai Ignore the advice about creating the `user` profile, as it's already present & just place dconfs in `/etc/dconf/db/distro.d/`, not in `local.d` folder ([Thinking like a distribution](https://blue-build.org/learn/mindset/) mindset). **Unlike the `gschema-overrides` module, dconf keyfiles are not checked at compile time for errors.** + +### `ublue-update` + +This was the default system & applications updater for Universal Blue images. + +However, it's deprecated & Universal Blue migrated to `uupd`: +https://github.com/ublue-os/uupd + +Use it with a caution, knowing it's an unmaintained program.