diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-12-06 01:13:20 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-12-06 01:13:20 +0100 |
commit | 472376358c284a010d00348367b57117b4282036 (patch) | |
tree | ca5941539fe08d4bd4d725617c9b13a5c579265d /application/views/file | |
parent | a6655941189e692c4ff06aa41a65e4ac7f0e82fd (diff) |
add opensuse client repo
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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> |