Add 'cron' directory with download packages script

This commit is contained in:
Wiktor Zykubek 2020-05-09 21:53:24 +02:00
parent 6bdf0a0b3e
commit 4eca77df13

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