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