diff --git a/src/steps/toolbx.rs b/src/steps/toolbx.rs index 8525efb8..d6e5b022 100644 --- a/src/steps/toolbx.rs +++ b/src/steps/toolbx.rs @@ -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");