diff --git a/crontab/autoApt.job b/crontab/autoApt.job new file mode 100755 index 0000000..2f4f396 --- /dev/null +++ b/crontab/autoApt.job @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +apt-get update && apt-get upgrade -y && apt-get autoclean && apt-get autoremove -y \ No newline at end of file