From 242356a151834ad96c2a3df80cb223d6c4576f32 Mon Sep 17 00:00:00 2001 From: gerblesh <101901964+gerblesh@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:16:38 -0800 Subject: [PATCH 1/2] docs: update README.md to properly reflect the usage of topgrade --- README.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 8ef133c..ddbaaa3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Universal Blue Update -Small update program written in python intended for use in Universal Blue, executes update scripts/tasks placed in `/etc/ublue-update.d` (make sure each script has exec perms) +Small update program written in python intended for use in Universal Blue, bundles [`topgrade`](https://github.com/topgrade-rs/topgrade) configs Includes systemd timers and services for auto update @@ -74,22 +74,10 @@ $ journalctl -exu 'ublue-update.service' # Configuration -## Update Scripts -Update scripts are separated into two directories inside of `/etc/ublue-update.d` - -### `/etc/ublue-update.d/user` - -Update scripts are ran as user. Scripts included: - - per-user flatpak update scripts (uninstalling unused deps and repairing flatpak install for maintenence) - - distrobox update script - - fleek update script - -### `/etc/ublue-update.d/system` - -Update scripts are ran as root, these updates are meant to be system-wide. Scripts included: - - OS update script (depends on [`rpm-ostree`](https://github.com/coreos/rpm-ostree)) - - system-wide flatpak update scripts (uninstalling unused deps and repairing flatpak install for maintenence) +## Updates +updates are executed using [`topgrade`](https://github.com/topgrade-rs/topgrade), with `/etc/ublue-update/topgrade-system.toml` and `/etc/ublue-update/topgrade-system.toml` +check [`topgrade`](https://github.com/topgrade-rs/topgrade)'s github for configuring updates ## Location From 210c1a4bc51fce39a56d67515e830f46f96b5a4e Mon Sep 17 00:00:00 2001 From: gerblesh <101901964+gerblesh@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:19:29 -0800 Subject: [PATCH 2/2] docs: fix grammar in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddbaaa3..4aad183 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Universal Blue Update -Small update program written in python intended for use in Universal Blue, bundles [`topgrade`](https://github.com/topgrade-rs/topgrade) configs +Small update program written in python intended for use in Universal Blue, uses [`topgrade`](https://github.com/topgrade-rs/topgrade) for executing updates Includes systemd timers and services for auto update