commit ddf06635a9a1b1813cc498260159e75e6a62f34e Author: Damian Johnson atagar@torproject.org Date: Wed Nov 8 09:58:08 2017 -0800
Add FreeBSD back to download page
Thanks to Carlo we now have a FreeBSD port of nyx! \o/ --- web/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/web/index.html b/web/index.html index 811e9e4..df517e6 100644 --- a/web/index.html +++ b/web/index.html @@ -386,14 +386,14 @@ sudo python setup.py install</pre><br></li> <a href="https://slackbuilds.org/repository/13.37/network/arm/" class="platform-title">Slackware</a> <p>Package maintained by pyllyukko for <a href="http://slackbuilds.org/howto/">Slackware</a>.</p> </div> + -->
<div class="platform"> - <a href="http://www.freshports.org/security/arm" id="freebsd"><img src="images/download/freebsd.png" alt="FreeBSD"></a> - <a href="http://www.freshports.org/security/arm" class="platform-title">FreeBSD</a> + <a href="https://www.freshports.org/security/nyx/" id="freebsd"><img src="images/download/freebsd.png" alt="FreeBSD"></a> + <a href="https://www.freshports.org/security/nyx/" class="platform-title">FreeBSD</a> <p>Port maintained by Carlo for <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html">FreeBSD</a>.</p> - <pre>% pkg install security/arm</pre> + <pre>% pkg install security/nyx</pre> </div> - -->
<div class="platform"> <a href="https://gitweb.torproject.org/nyx.git" id="git"><img src="images/download/git.png" alt="Git"></a>
tor-commits@lists.torproject.org