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