Add arch-checkupdates and apply fixes
This commit is contained in:
parent
0bbc36d291
commit
7e27665331
5 changed files with 22 additions and 1 deletions
3
.config/systemd/user/arch-checkupdates.service
Normal file
3
.config/systemd/user/arch-checkupdates.service
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c 'checkupdates > $HOME/.cache/archlinux-updates.tmp && mv $HOME/.cache/archlinux-updates.tmp $HOME/.cache/archlinux-updates.txt'
|
4
.config/systemd/user/arch-checkupdates.timer
Normal file
4
.config/systemd/user/arch-checkupdates.timer
Normal file
|
@ -0,0 +1,4 @@
|
|||
[Timer]
|
||||
OnCalendar=*:0/15
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue