Add arch-checkupdates and apply fixes

This commit is contained in:
Tobias Reisinger 2022-12-14 15:25:49 +01:00
parent 0bbc36d291
commit 7e27665331
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 22 additions and 1 deletions

View file

@ -1,7 +1,9 @@
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_COLLATE=C
LC_CTYPE=en_US.UTF-8
LC_TIME=de_DE.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_MONETARY=de_DE.UTF-8
LC_NUMERIC=de_DE.UTF-8
LC_PAPER=de_DE.UTF-8

View 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'

View file

@ -0,0 +1,4 @@
[Timer]
OnCalendar=*:0/15
[Install]
WantedBy=timers.target