From 8909fd2d87defec85c9211913e2f948d69c2b200 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 29 Jan 2024 15:17:50 -0800 Subject: [PATCH] chore: Skip shell updates in Topgrade --- system_files/desktop/shared/usr/share/ublue-os/topgrade.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_files/desktop/shared/usr/share/ublue-os/topgrade.toml b/system_files/desktop/shared/usr/share/ublue-os/topgrade.toml index 527345a0..e1b3441f 100644 --- a/system_files/desktop/shared/usr/share/ublue-os/topgrade.toml +++ b/system_files/desktop/shared/usr/share/ublue-os/topgrade.toml @@ -3,7 +3,7 @@ paths = ["/etc/ublue-os/topgrade.toml"] [misc] no_self_update = true -disable = ["self_update", "toolbx", "containers"] +disable = ["self_update", "toolbx", "containers", "shell"] ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3", "helm", "home_manager", "firmware"] assume_yes = true no_retry = false