diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-25 16:35:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-08-25 16:35:46 +0200 |
commit | bcfcecf600fe033c925dd42d358b4c086d3a4a10 (patch) | |
tree | ea5442100073be3bc45c87b428992f24fc6e32c4 /application/views/file | |
parent | d3301dbfd99eb7ea1c0f99a50ba075142b2392a2 (diff) |
Drop links to outdated clients
These all build fb-client <2.0 and therefore use the deprecated API.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file')
-rw-r--r-- | application/views/file/client.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/application/views/file/client.php b/application/views/file/client.php index 2adf4d663..a11a01b87 100644 --- a/application/views/file/client.php +++ b/application/views/file/client.php @@ -9,13 +9,6 @@ <h2>Linux</h2> <p> Arch Linux: pacman -S fb-client<br /> - Debian: <?php echo anchor("https://paste.xinu.at/data/client/deb"); ?><br /> Gentoo: Add <a href="https://git.holgersson.xyz/holgersson-overlay/tree/README">this overlay</a> and run <code>emerge -a fb-client</code><br /> - Slackware: <?php echo anchor("https://paste.xinu.at/data/client/slackware"); ?><br /> - OpenSUSE: <?php echo anchor("https://build.opensuse.org/package/show/home:mwilhelmy/fb-client"); ?> </p> -<h2>OS X</h2> -<p> - Get <a href="http://brew.sh">Homebrew</a> and run <code>brew install fb-client</code>. -</p> |