diff options
Diffstat (limited to 'application/views/file')
-rw-r--r-- | application/views/file/client.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/views/file/client.php b/application/views/file/client.php index 1c864437a..36aaf4565 100644 --- a/application/views/file/client.php +++ b/application/views/file/client.php @@ -32,7 +32,8 @@ machine <?php echo $domain; ?> login my_username password my_secret_password Arch Linux: pacman -S fb-client<br /> Debian: <?php echo anchor($client_link_deb); ?><br /> Gentoo: Add <a href="https://publicus.dorado.uberspace.de/cgit/cgit.cgi/holgersson-overlay/tree/README">this overlay</a> and run <code>emerge -a fb-client</code><br /> - Slackware: <?php echo anchor($client_link_slackware); ?> + Slackware: <?php echo anchor($client_link_slackware); ?><br /> + OpenSUSE: <?php echo anchor("https://build.opensuse.org/package/show/home:mwilhelmy/fb-client"); ?> </p> <h2>OS X</h2> |