[tor-commits] [nyx/master] Add Debian and OSX brew to download page

atagar at torproject.org atagar at torproject.org
Sun Feb 18 21:04:24 UTC 2018


commit 476ee9e0f8fa5454d2a34361e6618fee073a62d0
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Feb 18 13:02:39 2018 -0800

    Add Debian and OSX brew to download page
    
    Thanks to Tim for pointing out that our Debian package is now availabe and that
    Nyx is now on Homebrew!
---
 web/index.html | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/web/index.html b/web/index.html
index 3ce18f0..22c32e2 100644
--- a/web/index.html
+++ b/web/index.html
@@ -344,23 +344,20 @@ sudo python setup.py install</pre><br></li>
       </div>
 
       <div class="platform">
-        <a id="osx"><img src="images/download/osx.png" alt="OSX"></a>
-        <span class="platform-title">Mac OSX</span>
+        <a href="http://brewformulas.org/Nyx" id="osx"><img src="images/download/osx.png" alt="OSX"></a>
+        <a href="http://brewformulas.org/Nyx"><span class="platform-title">Mac OSX</span></a>
         <p>As of OSX 10.8 the platform bundles Python 2.7 by default. This makes installation easy...</p>
-        <pre>
-% sudo easy_install pip
-% sudo pip install nyx
-</pre>
+        <pre>% brew install nyx</pre>
       </div>
 
-      <!--
       <div class="platform">
-        <a href="http://packages.debian.org/sid/tor-arm" id="debian"><img src="images/download/debian.png" alt="Debian"></a>
-        <a href="http://packages.debian.org/sid/tor-arm" class="platform-title">Debian</a>
+        <a href="http://packages.debian.org/sid/nyx" id="debian"><img src="images/download/debian.png" alt="Debian"></a>
+        <a href="http://packages.debian.org/sid/nyx" class="platform-title">Debian</a>
         <p>Package maintained by Dererk for Debian.</p>
-        <pre>% sudo apt-get install tor-arm</pre>
+        <pre>% sudo apt-get install nyx</pre>
       </div>
 
+      <!--
       <div class="platform">
         <a href="https://launchpad.net/ubuntu/+source/tor-arm" id="ubuntu"><img src="images/download/ubuntu.png" alt="Ubuntu"></a>
         <a href="https://launchpad.net/ubuntu/+source/tor-arm" class="platform-title">Ubuntu</a>



More information about the tor-commits mailing list