6 lines
189 B
Plaintext
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
|