steps/toolbx: Don't self-update and don't send notifications (#503)

steps/toolbx: Don't send notification

after finishing execution in the toolbx step, and don't perform another
self-update (because the application will already have done that).
This commit is contained in:
har7an
2023-07-17 01:08:44 +00:00
committed by GitHub
parent f3b1d2dfb3
commit 3735d5c537

View File

@@ -52,6 +52,8 @@ pub fn run_toolbx(ctx: &ExecutionContext) -> Result<()> {
topgrade_path,
"--only",
"system",
"--no-self-update",
"--skip-notify",
];
if ctx.config().yes(Step::Toolbx) {
args.push("--yes");