mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-11 00:53:26 +00:00
eeb93f9700
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)
9 lines
225 B
Desktop File
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
|