Skip to content

Commit

Permalink
Merge pull request #76 from p-kozlov/patch-1
Browse files Browse the repository at this point in the history
Update Gentoo instructions, resolve #75
dgraziotin committed Apr 2, 2016

Verified

This commit was signed with the committer’s verified signature. The key has expired.
danielleadams Danielle Adams
2 parents f2736c8 + 0e3437b commit 68a6f26
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -79,6 +79,16 @@ Then, refer to the Generic Install Instructions.

Otherwise, a step-by-step [tutorial for beginners is available on my website](https://ineed.coffee/3838/a-beginners-mbpfan-tutorial-for-ubuntu/).

Gentoo
------

Type the following command to add the overlay

sudo layman -a andjscott

Then install it

sudo emerge -av mbpfan

Generic Install Instructions
-------------------------
@@ -148,11 +158,6 @@ To add the script to the default runlevels, run the following as root:
chkconfig --level 2345 mbpfan on && chkconfig --level 016 mbpfan off

**Gentoo**
An init file is available for gentoo users: mbpfan.init.gentoo
To install, run as root:

chmod +x mbpfan.init.gentoo
cp mbpfan.init.gentoo /etc/init.d/mbpfan

To automatically run mbpfan at boot, run as root:

0 comments on commit 68a6f26

Please sign in to comment.