From d029a60b640a82067518f2dec70e57475acbf840 Mon Sep 17 00:00:00 2001 From: m2Giles <69128853+m2Giles@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:29:00 -0500 Subject: [PATCH] Revert "chore: match bazzites topgrade.toml (#870)" This reverts commit cce17283f5f3c62142b8b663537055d67eefe400. --- usr/share/ublue-os/topgrade.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/usr/share/ublue-os/topgrade.toml b/usr/share/ublue-os/topgrade.toml index 9f429d66bdc..3dcc032939f 100644 --- a/usr/share/ublue-os/topgrade.toml +++ b/usr/share/ublue-os/topgrade.toml @@ -1,12 +1,9 @@ -[include] -paths = ["/etc/ublue-os/topgrade.toml"] - [misc] no_self_update = true -disable = ["self_update", "toolbx", "containers", "shell"] +disable = ["self_update", "toolbx", "containers"] ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3", "helm", "home_manager", "firmware"] assume_yes = true no_retry = false [linux] -rpm_ostree = true \ No newline at end of file +rpm_ostree = true