diff options
-rw-r--r-- | application/views/file/client.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/file/client.php b/application/views/file/client.php index 29e254a80..37d442267 100644 --- a/application/views/file/client.php +++ b/application/views/file/client.php @@ -31,6 +31,7 @@ machine <?php echo $domain; ?> login my_username password my_secret_password <p> Arch Linux: pacman -S fb-client<br /> Debian: <?php echo anchor($client_link_deb); ?><br /> + Gentoo: Add <a href="http://git.rout0r.org/fluxnet/overlay/blobs/master/README.md">this overlay</a> and run <code>emerge -a fb-client</code><br /> Slackware: <?php echo anchor($client_link_slackware); ?> </p> |