summaryrefslogtreecommitdiffstats
path: root/application/views/file/client.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file/client.php')
-rw-r--r--application/views/file/client.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/views/file/client.php b/application/views/file/client.php
index 31120279d..e868124ab 100644
--- a/application/views/file/client.php
+++ b/application/views/file/client.php
@@ -3,7 +3,7 @@
<p>
Development (git): <?php echo anchor("http://git.server-speed.net/users/flo/fb/"); ?><br />
Latest release: <?php echo $client_link ? anchor($client_link) : "unknown"; ?><br />
- GPG sigs, older versions: <a href="<?php echo $client_link_dir; ?>"><?php echo $client_link_dir; ?></a>
+ GPG sigs, older versions: <?php echo anchor("https://paste.xinu.at/data/client"); ?>
</p>
<p>To authenticate add the following to your ~/.netrc:</p>
@@ -30,9 +30,9 @@ machine <?php echo $domain; ?> login my_username password my_secret_password
<h2>Linux</h2>
<p>
Arch Linux: pacman -S fb-client<br />
- Debian: <?php echo anchor($client_link_deb); ?><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($client_link_slackware); ?><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>