chore: Minor file reorganization

This commit is contained in:
Kyle Gospodnetich 2024-01-20 09:22:56 -08:00
parent 5f52850e5d
commit 8a957310c8
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ alias upgrade := update
# Update system, flatpaks, and containers all at once
update:
/usr/bin/topgrade --config /usr/share/ublue-os/topgrade/topgrade.toml
/usr/bin/topgrade --config /usr/share/ublue-os/topgrade.toml
# Update device firmware
[no-exit-message]

View File

@ -1,5 +1,5 @@
[include]
paths = ["/etc/topgrade.toml"]
paths = ["/etc/ublue-os/topgrade.toml"]
[misc]
disable = ["toolbx", "self_update"]