Page 1 of 1

Bug: install.sh missing

Posted: 21 Jul 2014, 12:17
by K.Rens
Hi,

I downloaded the latest version of Filebot, but the package does not contain an install.sh to make the "filebot" command work in the terminal (osx).

Could it be that this file went missing in the latest build?

Your QA says:
Q: I'm trying to run FileBot from the console on OSX but it just says: filebot: command not found
A: Your console can't find the "filebot" executable. Just add it to the PATH via:
Code: Select all
./Applications/Filebot.app/Contents/MacOS/install.sh
When I run that command, it states file not found.
I tried version 4.0 and there it still worked.

Thank you.

Re: Bug: install.sh missing

Posted: 21 Jul 2014, 17:36
by rednoah
Use brew cask install filebot

Re: Bug: install.sh missing

Posted: 22 Jul 2014, 19:02
by K.Rens
Can't it be done on Mac without brew?
Since I don't have it.

Re: Bug: install.sh missing

Posted: 22 Jul 2014, 19:06
by rednoah
Sure, just symlink to /bin manually. Google is your friend. ;)

Re: Bug: install.sh missing

Posted: 29 Jul 2014, 09:19
by K.Rens
Ok, I'll do that.
But I advise you to update your faq.
I lost quite some time trying to locate the install.sh file