hholtmann / smcFanControl

Control the fans of every Intel Mac to make it run cooler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After install with brew doesn't work

moovs opened this issue · comments

commented

updated:
After install with brew brew cask install smcfancontrol I got a message on command smc -h : -bash: smc: command not found
GUI version is work.

in my cask directory /usr/local/Caskroom/smcfancontrol/2.6 I don't have a bin file, I have only 3 files
F.A.Q.rtf LICENSE smcFanControl.app

Hello @moovs
just fyi smcFanControl.app is an alias of the "real" app installed in /Applications
the brew cask install is mainly done to install the UI application.

the command line version is however available in this path : /usr/local/Caskroom/smcfancontrol/2.6/smcFanControl.app/Contents/Resources

you can add it in your path or add an alias to be able to use it directly in your shell.

commented

Hello @moovs
just fyi smcFanControl.app is an alias of the "real" app installed in /Applications
the brew cask install is mainly done to install the UI application.

the command line version is however available in this path : /usr/local/Caskroom/smcfancontrol/2.6/smcFanControl.app/Contents/Resources
you can add it in your path or add an alias to be able to use it directly in your shell.

Thanks for your reply!
just copy /usr/local/Caskroom/smcfancontrol/2.6/smcFanControl.app/Contents/Resources/smc to /usr/local/bin/ and all works like a charm!