The installer/app.sh script will install brew and FileBot for you:
Code: Select all
sh -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/app.sh)"
If you feel like running each command yourself step by step, please follow the instructions:
1. Install brew:
Code: Select all
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2. Update brew package index:
Code: Select all
brew update
Code: Select all
brew cask install filebot

Code: Select all
filebot -script fn:sysinfo

Code: Select all
brew update && brew upgrade

Code: Select all
brew cask zap filebot

Code: Select all
/usr/local/bin/filebot

Code: Select all
ls -l `which filebot`