Skip to content

Commit

Permalink
Removed Reddit link and added Arm OSX download link
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDadswell authored and danielunderwood committed Jun 17, 2023
1 parent 3ced3d9 commit dd22712
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
9 changes: 1 addition & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ <h4 class=alert-heading>Radarr v0.2 and v3 migration</h4>
<h5>Manual Install</h5>
<p>
It is possible to install Radarr manually using the
<a href=https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64>.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
<a href=https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64>Intel .tar.gz download</a> or <a href=https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=arm64>Arm .tar.gz download</a> However in that case you must manually deal with dependencies, installation and permissions.
</p>
<h5>Docker container</h5>
<p>
Expand Down Expand Up @@ -685,13 +685,6 @@ <h4>GitHub Issues</h4>
<p>Track bugs and features for the things that matter to you.</p>
</div>
</a>
<a class=col-sm-3 href=https://www.reddit.com/r/radarr target=_blank>
<div class=text>
<i class="fab fa-reddit-alien fa-2x"></i>
<h4>Radarr subreddit</h4>
<p>Discuss Radarr and talk to other users.</p>
</div>
</a>
</div>
</div>
</div>
Expand Down
5 changes: 3 additions & 2 deletions src/sections/downloads-v3/macos.marko
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
</migration-alert>
</install-step>
<install-step num="1" title="Download App package">
<a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64&installer=true">Download macOS App</a>
<a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64&installer=true">Download Intel macOS App</a>
<a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=arm64&installer=true">Download Arm macOS App</a>
</install-step>
<install-step num="2" title="Install App">
<p>Open the archive and drag the Radarr icon to your Application folder.</p>
Expand All @@ -34,7 +35,7 @@
<h5>Manual Install</h5>
<p>
It is possible to install Radarr manually using the
<a href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64">.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
<a href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64">Intel .tar.gz download</a> or <a href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=arm64">Arm .tar.gz download</a> However in that case you must manually deal with dependencies, installation and permissions.
</p>
<h5>Docker container</h5>
<p>
Expand Down
7 changes: 0 additions & 7 deletions src/sections/support.marko
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,4 @@
<p>Track bugs and features for the things that matter to you.</p>
</div>
</a>
<a class="col-sm-3" href="https://www.reddit.com/r/radarr" target="_blank">
<div class="text">
<i class="fab fa-reddit-alien fa-2x"/>
<h4>Radarr subreddit</h4>
<p>Discuss Radarr and talk to other users.</p>
</div>
</a>
</div>

0 comments on commit dd22712

Please sign in to comment.