forked from DevOps/deploy.stack
add(crontab): auto apt-get update&upgrade
This commit is contained in:
3
crontab/autoApt.job
Executable file
3
crontab/autoApt.job
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
apt-get update && apt-get upgrade -y && apt-get autoclean && apt-get autoremove -y
|
||||
Reference in New Issue
Block a user