Skip to content

Commit d8fb315

Browse files
authored
fix: add brew to user and distrobox to system (#107)
2 parents 1e670f0 + 2e0e582 commit d8fb315

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[misc]
2-
only = ["system", "flatpak"]
3-
ignore_failures = ["flatpak"]
2+
only = ["system", "flatpak", "distrobox"]
3+
ignore_failures = ["flatpak", "distrobox"]
44
skip_notify = true
55
assume_yes = true
66
no_retry = true
77
no_self_update = true
88

99
[linux]
1010
rpm_ostree = true
11+
12+
[distrobox]
13+
use_root = true

files/usr/share/ublue-update/topgrade-user.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[misc]
2-
only = ["flatpak", "distrobox"]
3-
ignore_failures = ["flatpak", "distrobox"]
2+
only = ["flatpak", "distrobox", "brew_formula"]
3+
ignore_failures = ["flatpak", "distrobox", "brew_formula"]
44
skip_notify = true
55
assume_yes = true
66
no_retry = true

0 commit comments

Comments
 (0)