summaryrefslogtreecommitdiff
path: root/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-05-18 13:24:42 +0300
committerPaul Buetow <paul@buetow.org>2024-05-18 13:24:42 +0300
commitd4ee6684b7d6c8c8e5ff96f6998755c42465ec22 (patch)
tree3806e433616a5a291a2abbbd997e44ca06f69f1f /gemfeed/2024-01-13-one-reason-why-i-love-openbsd.html
parent8a4f2adf0e31c0fb453f3975e6fb830e43b7604f (diff)
Update content for html
Diffstat (limited to 'gemfeed/2024-01-13-one-reason-why-i-love-openbsd.html')
-rw-r--r--gemfeed/2024-01-13-one-reason-why-i-love-openbsd.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.html b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.html
index 49c2ed28..0ab47be0 100644
--- a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.html
+++ b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.html
@@ -36,8 +36,8 @@ SSFISHKISSFISHKISSFISHKISSFISHKIS SFIS
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
-<pre>$ doas installboot sd0 <i><font color="#9A1900"># Update the bootloader (not for every upgrade required)</font></i>
-$ doas sysupgrade <i><font color="#9A1900"># Update all binaries (including Kernel)</font></i>
+<pre><font color="#ff0000">$ doas installboot sd0 </font><i><font color="#ababab"># Update the bootloader (not for every upgrade required)</font></i>
+<font color="#ff0000">$ doas sysupgrade </font><i><font color="#ababab"># Update all binaries (including Kernel)</font></i>
</pre>
<br />
<span><span class='inlinecode'>sysupgrade</span> downloaded and upgraded to the next release and rebooted the system. After the reboot, I run:</span><br />
@@ -46,9 +46,9 @@ $ doas sysupgrade <i><font color="#9A1900"># Update all binaries (including Kern
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
-<pre>$ doas sysmerge <i><font color="#9A1900"># Update system configuration files</font></i>
-$ doas pkg_add -u <i><font color="#9A1900"># Update all packages</font></i>
-$ doas reboot <i><font color="#9A1900"># Just in case, reboot one more time</font></i>
+<pre><font color="#ff0000">$ doas sysmerge </font><i><font color="#ababab"># Update system configuration files</font></i>
+<font color="#ff0000">$ doas pkg_add -u </font><i><font color="#ababab"># Update all packages</font></i>
+<font color="#ff0000">$ doas reboot </font><i><font color="#ababab"># Just in case, reboot one more time</font></i>
</pre>
<br />
<span>That&#39;s it! Took me around 5 minutes in total! No issues, only these few comands, only 5 minutes! It just works! No problems, no conflicts, no tons (actually none) config file merge conflicts.</span><br />