summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cron.html2
-rw-r--r--rss.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cron.html b/cron.html
index 6b12269..3f61f23 100644
--- a/cron.html
+++ b/cron.html
@@ -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>
diff --git a/rss.xml b/rss.xml
index 88f9a33..50dda18 100644
--- a/rss.xml
+++ b/rss.xml
@@ -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>