Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haiku/website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 68cfad13077c
Choose a base ref
...
head repository: haiku/website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 97ebac58939c
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 9, 2022

  1. Copy the full SHA
    97ebac5 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 content/guides/daily-tasks/updating-system.html
2 changes: 1 addition & 1 deletion content/guides/daily-tasks/updating-system.html
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ <h1>Update process</h1>
<h2>Stable (r1beta3 in this example) builds</h2>
<div class="alert alert-info">HaikuPorts is currently 'master' for both Stable and Nightly builds.</div>
<ul>
<li>Add the recommended stock stable (r1beta2) repositories:<br/><pre class="terminal">pkgman add https://eu.hpkg.haiku-os.org/haiku/r1beta3/$(getarch)/current
<li>Add the recommended stock stable (r1beta3) repositories:<br/><pre class="terminal">pkgman add https://eu.hpkg.haiku-os.org/haiku/r1beta3/$(getarch)/current
pkgman add https://eu.hpkg.haiku-os.org/haikuports/master/$(getarch)/current</pre></li>
<li>Update to the latest packages:<br/><pre class="terminal">pkgman update</pre></li>
<li>Reboot once complete:<br/><pre class="terminal">shutdown -r</pre></li>