[tor-commits] [nyx/master] Update ArchLinux instructions

atagar at torproject.org atagar at torproject.org
Sun Nov 18 19:09:31 UTC 2018


commit f14cf44c9118d2ab0aa6d3928bee523acfe4e4da
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Nov 18 11:08:37 2018 -0800

    Update ArchLinux instructions
    
    Nyx has been removed from the community maintained AUR repository, and moved
    to the official ArchLinux repos. As sucn updating our links and installation
    instructions.
    
    [1] https://aur.archlinux.org/packages/nyx/
    [2] https://www.archlinux.org/packages/community/any/nyx/
---
 web/index.html | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/web/index.html b/web/index.html
index 4139c9b..9881ea8 100644
--- a/web/index.html
+++ b/web/index.html
@@ -411,13 +411,11 @@ sudo python setup.py install</pre><br></li>
       </div>
 
       <div class="platform">
-        <a href="https://aur.archlinux.org/packages/nyx/" id="archlinux"><img src="images/download/archlinux.png" alt="Arch Linux"></a>
-        <a href="https://aur.archlinux.org/packages/nyx/" class="platform-title">Arch Linux</a>
-        <p>Package by Alex for <a href="https://wiki.archlinux.org/index.php/AUR#Installing_packages">Arch Linux</a>.</p>
+        <a href="https://www.archlinux.org/packages/community/any/nyx/" id="archlinux"><img src="images/download/archlinux.png" alt="Arch Linux"></a>
+        <a href="https://www.archlinux.org/packages/community/any/nyx/" class="platform-title">Arch Linux</a>
+        <p>Package by Alex for Arch Linux...</p>
         <pre>
-% wget https://aur.archlinux.org/cgit/aur.git/snapshot/nyx.tar.gz
-% tar -xvf nyx.tar.gz
-% cd nyx; makepkg --install
+% pacman -S nyx
 </pre>
       </div>
 



More information about the tor-commits mailing list