KDE
This commit is contained in:
parent
6844d75772
commit
7385e0e1b2
57 changed files with 1133 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Update user Flatpaks
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/flatpak --user update -y
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Update user Flatpaks daily
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue