Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
executable file
13 lines (9 sloc)
303 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -xu | |
# 0. Install brew | |
brew info || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# 1. Update brew package index | |
brew update | |
# 2. Install filebot package | |
brew install filebot --force --no-quarantine | |
# 3. Test Run | |
filebot -script fn:sysinfo |