bazzite/etc/systemd/user/distrobox-upgrade-automatic.service
RJ Trujillo eeb93f9700 feat: Overhaul images
These changes effectively make the structure similar to bluefin.

bazzite now serves as a base for desktop configurations and now
bazzite-deck has been introduced to add changes specific to the
Steam Deck and Steam Deck-alike configurations. Also:

- Introduce images built from main for non-Nvidia systems
- Consolidate structure (remove duplicates, merge Containerfiles)
2023-06-18 21:39:52 +00:00

9 lines
225 B
Desktop File

[Unit]
Description=distrobox-upgrade Automatic Update
[Service]
Type=simple
ExecStart=/usr/bin/distrobox-upgrade --all
ExecStartPost=/usr/bin/distrobox-enter -n bazzite-arch -- ' paru -Syu --noconfirm'
StandardOutput=null