mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2024-12-18 03:54:23 -05:00
6 lines
107 B
SYSTEMD
6 lines
107 B
SYSTEMD
|
[Unit]
|
||
|
Description=Update user Flatpaks
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/flatpak --user update -y
|