Files
linux-toolkit/cron/root
2023-03-30 14:02:44 -05:00

6 lines
189 B
Plaintext

# Update Toolkit
*/60 * * * * root cd /etc/toolkit/scripts && /usr/bin/bash ./update.sh
# Update System
*/60 * * * * root /usr/bin/apt update && /usr/bin/apt full-upgrade -y