scripts: add cron.sh

This commit is contained in:
vchikalkin 2026-03-17 16:29:24 +03:00
parent c9d232c11d
commit 7173e03d8a

5
scripts/cron.sh Normal file
View File

@ -0,0 +1,5 @@
cat << 'EOF' | crontab -
0 3 * * * /opt/sbin/xkeen -ug
5 3 * * * /opt/bin/sh /opt/update-script.sh
10 3 * * * /opt/bin/sh /opt/update-files.sh
EOF