add(crontab): auto apt-get update&upgrade

This commit is contained in:
cnphpbb 2024-10-10 16:46:32 +08:00
parent bd1b9a25ee
commit ffd4966c47

3
crontab/autoApt.job Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
apt-get update && apt-get upgrade -y && apt-get autoclean && apt-get autoremove -y