You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew cask and scoop descriptors must be maintained via the official GitHub package repositories (otherwise it'll kinda work; kinda not work; e.g. auto-update can't work; overlapping package name with lead to strange conflicts and behaviors)
[`filebot.rb`](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/filebot.rb) is maintained by the community via the official [`homebrew-cask`](https://github.com/Homebrew/homebrew-cask) repository:
1
+
[`filebot.rb`](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/filebot.rb) is maintained by the community via the official [`homebrew-cask`](https://github.com/Homebrew/homebrew-cask) repository. Please read [`brew cask install filebot`](https://www.filebot.net/mac/brew.html) for details.
2
2
```sh
3
3
brew cask install filebot --force --no-quarantine
4
4
```
5
-
Please read [`brew cask install filebot`](https://www.filebot.net/mac/brew.html) for details.
[`filebot.json`](https://github.com/lukesampson/scoop-extras/blob/master/bucket/filebot.json) is maintained by the community via the official [`scoop-extras`](https://github.com/lukesampson/scoop-extras) repository:
1
+
[`filebot.json`](https://github.com/lukesampson/scoop-extras/blob/master/bucket/filebot.json) is maintained by the community via the official [`scoop-extras`](https://github.com/lukesampson/scoop-extras) repository. Please read [`scoop install filebot`](https://www.filebot.net/windows/scoop.html) for details.
2
2
```sh
3
3
scoop bucket add extras
4
4
scoop install filebot
5
5
```
6
-
Please read [`scoop install filebot`](https://www.filebot.net/windows/scoop.html) for details.
0 commit comments