Add 'cron' directory with download packages script

This commit is contained in:
samedamci 2020-05-09 21:53:24 +02:00
parent 75f4b71681
commit 4f2c937e7e
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

5
.local/bin/cron/checkup Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
ping -q -c 1 1.1.1.1 > /dev/null || exit 1
pacman -Syyuw --noconfirm