From d1e27fe408c9f7539e4fbf54a58b1e3b593dcd26 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 20 Jan 2024 11:00:49 -0800 Subject: [PATCH] chore: Add fixes from Bazzite to topgrade config --- usr/share/ublue-os/topgrade.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/share/ublue-os/topgrade.toml b/usr/share/ublue-os/topgrade.toml index 0117595554c..c8a891eb36d 100644 --- a/usr/share/ublue-os/topgrade.toml +++ b/usr/share/ublue-os/topgrade.toml @@ -1,6 +1,6 @@ -[include] -paths = ["/etc/ublue-os/topgrade.toml"] - [misc] +no_self_update = true +assume_yes = true +no_retry = true disable = ["toolbx", "self_update"] -ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3"] \ No newline at end of file +ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3"]