From 406a1ea9879490b98c0e51ae507a4137357eddc7 Mon Sep 17 00:00:00 2001 From: Zykino Date: Wed, 12 Jul 2023 00:52:39 +0200 Subject: [PATCH] Tick the TODO done, add an optional sub-point --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cafde8..7ee5907 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ See also [topgrade](https://github.com/topgrade-rs/topgrade) for a solution that * [X] Have Pre / Post commands to do before / after the upgrade * [X] Do all the installations and give a summary of success and errors at the end * [X] Improve errors ^^' -* [ ] Executors from a packagers need to be executed in order and only if all of the previous failed +* [X] Executors from a packagers need to be executed in order and only if all of the previous failed + * [ ] Maybe test with `which` (the crate?) if the command exist before trying to execute it? (especially with admin rights) * [ ] Tests * [ ] Prevent the usage of `sudo` and equivalent, add a config to say "needAdminRights" * [ ] Parallel execution of commands