Skip to content

Commit e8e259b

Browse files
committed
feat: Enable automatic updates for distrobox
1 parent 590fd45 commit e8e259b

File tree

2 files changed

+6
-0
lines changed
  • system_files

2 files changed

+6
-0
lines changed

system_files/deck/usr/share/ublue-os/firstboot/yafti.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ screens:
139139
show_terminal: true
140140
package_manager: yafti.plugin.run
141141
groups:
142+
Automatic Distrobox Updates:
143+
description: Updates all Distrobox containers automatically
144+
default: true
145+
packages:
146+
- Enable Automatic Updates: systemctl enable --user --now distrobox-upgrade-automatic.timer
142147
Decky Loader:
143148
description: A plugin loader for the Steam Deck
144149
default: true

system_files/desktop/usr/share/ublue-os/firstboot/yafti.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ screens:
146146
- Export Steam: distrobox-enter -n bazzite-arch -- ' distrobox-export --app steam'
147147
- Export Lutris: distrobox-enter -n bazzite-arch -- ' distrobox-export --app lutris'
148148
- Export Protontricks: distrobox-enter -n bazzite-arch -- ' distrobox-export --app protontricks'
149+
- Enable Automatic Updates: systemctl enable --user --now distrobox-upgrade-automatic.timer
149150
Greenlight:
150151
description: A utility for xCloud and xHome streaming
151152
default: false

0 commit comments

Comments
 (0)