deploy.stack/crontab/autoApt.job

3 lines
99 B
Plaintext
Raw Normal View History

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