Skip to content

Commit

Permalink
Fix v4 references
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick committed Aug 13, 2023
1 parent b2240df commit b3a3a0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ <h5>Docker container</h5>
<div class="tab-pane fade" id=downloads-v3-linux-other role=tabpanel>
<div class=install-description>
<div class="alert alert-info">
Please contact us if you wish to port Prowlarr v4 for any other distribution that the ones already listed.<br>
Please contact us if you wish to port Prowlarr for any other distribution that the ones already listed.<br>
</div>
<p>Generic .tar.gz downloads are available for linux, but dependencies, installation and permissions will need to be done manually.</p>
<div>
Expand Down Expand Up @@ -329,7 +329,7 @@ <h5>Docker container</h5>
<dd>
<p>Open the archive and drag the Prowlarr icon to your Application folder.</p>
<div class="alert alert-warning">
Prowlarr v4 is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities. </div>
Prowlarr is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities. </div>
</dd>
<dt>
<span class=step>3</span>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/downloads-v3/linux.marko
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<tabview-pane id="downloads-v3-linux-other">
<install-description>
<alert level="info">
Please contact us if you wish to port Prowlarr v4 for any other distribution that the ones already listed.<br/>
Please contact us if you wish to port Prowlarr for any other distribution that the ones already listed.<br/>
</alert>
<p>Generic .tar.gz downloads are available for linux, but dependencies, installation and permissions will need to be done manually.</p>
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/downloads-v3/macos.marko
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</install-step>
<install-step num="2" title="Install App">
<p>Open the archive and drag the Prowlarr icon to your Application folder.</p>
<alert level="warning">Prowlarr v4 is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities.</alert>
<alert level="warning">Prowlarr is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities.</alert>
</install-step>
<install-step num="3" title="Self-sign Prowlarr">
<p>Self-sign Prowlarr `codesign --force --deep -s - Prowlarr.app`</p>
Expand Down

0 comments on commit b3a3a0e

Please sign in to comment.