deploy.stack/crontab/autoApt.job
2024-10-10 16:46:32 +08:00

3 lines
99 B
Bash
Executable File

#!/usr/bin/bash
apt-get update && apt-get upgrade -y && apt-get autoclean && apt-get autoremove -y