Created
July 12, 2017 05:08
-
-
Save dirtycajunrice/1fbec0c928ebdc6823d0339a8e3a0eec to your computer and use it in GitHub Desktop.
This file contains hidden or 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/bash | |
mkdir /opt/filebot || echo "You need to run this script as a user with write permissions to /opt" && exit 1 | |
cd /opt/filebot | |
/bin/sh -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/portable.sh)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment