add(crontab): auto apt-get update&upgrade
This commit is contained in:
parent
bd1b9a25ee
commit
ffd4966c47
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
|
Loading…
x
Reference in New Issue
Block a user