1
0
mirror of https://github.com/ublue-os/bazzite.git synced 2025-02-17 06:40:44 +00:00

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
system_files/desktop/shared/usr
etc/ublue-os
share/ublue-os

@ -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]

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