Skip to content

Commit

Permalink
Merge pull request #426 from hennevogel/bugfix/base-os
Browse files Browse the repository at this point in the history
The default is 15.5 since the latest 2.10 release
  • Loading branch information
eduardoj committed Aug 28, 2023
2 parents 550fc79 + 4c3178a commit 6ef3c20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>Run Your Own</h2>
<p>
The easiest way to run your own Open Build Service is to download and install our software appliance.
It's the whole package, a recent and stable Linux Operating System
(<a href="https://en.opensuse.org/Portal:15.3" target="_blank">openSUSE Leap 15.3</a>)
(<a href="https://en.opensuse.org/Portal:15.5" target="_blank">openSUSE Leap 15.5</a>)
bundled with all the server and OBS components you need to get going.
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions download/other/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h3>Packages</h3>
<div class="ui raised secondary segment">
<h4 class="ui header">SUSE Linux Enterprise</h4>
<p class="code">
zypper ar -f https://download.opensuse.org/repositories/OBS:/Server:/2.10/15.3/OBS:Server:2.10.repo
zypper ar -f https://download.opensuse.org/repositories/OBS:/Server:/2.10/15.5/OBS:Server:2.10.repo
</p>
<p class="code">
zypper in -t pattern OBS_Server
Expand All @@ -86,7 +86,7 @@ <h4 class="ui header">SUSE Linux Enterprise</h4>
<div class="ui raised secondary segment">
<h4 class="ui header">openSUSE</h4>
<p class="code">
zypper ar -f https://download.opensuse.org/repositories/OBS:/Server:/2.10/15.3/OBS:Server:2.10.repo
zypper ar -f https://download.opensuse.org/repositories/OBS:/Server:/2.10/15.5/OBS:Server:2.10.repo
</p>
<p class="code">
zypper in -t pattern OBS_Server
Expand Down

0 comments on commit 6ef3c20

Please sign in to comment.