diff options
| -rw-r--r-- | cron.html | 2 | ||||
| -rw-r--r-- | rss.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -56,7 +56,7 @@ | | | | .---- day of week (0 - 6) | | | | | * * * * * -30 3 * * 1 apt -y update && apt -y dist-upgrade</code></pre> +30 3 * * 1 apt -y update && apt -y upgrade</code></pre> <h3>Some notes</h3> <ul> @@ -317,7 +317,7 @@ mkdir git</code></pre> | | | | .---- day of week (0 - 6) | | | | | * * * * * -30 3 * * 1 apt -y update && apt -y dist-upgrade</code></pre> +30 3 * * 1 apt -y update && apt -y upgrade</code></pre> <h3>Some notes</h3> <ul> <li>On the day of the week option, Sunday is 0 and counting up from there, Saturday will be 6.</li> |
