Add 'cron' directory with download packages script
This commit is contained in:
parent
75f4b71681
commit
4f2c937e7e
5
.local/bin/cron/checkup
Executable file
5
.local/bin/cron/checkup
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
ping -q -c 1 1.1.1.1 > /dev/null || exit 1
|
||||
|
||||
pacman -Syyuw --noconfirm
|
Loading…
x
Reference in New Issue
Block a user