diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-01-24 22:42:03 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-01-24 22:42:03 +0100 |
commit | 42533f5298c65bb18a93e887df3537bdf4dcd2cb (patch) | |
tree | 2f9a7e8bb0e4cf7274180154a87e303fcfca9788 /application/views/file/client.php | |
parent | 27ebfeda5cb5d306ccb0eee4b8fc7d34f3d3ed86 (diff) |
client: add gentoo overlay
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/client.php')
-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> |