Skip to content

Instantly share code, notes, and snippets.

@dirtycajunrice
Created July 12, 2017 05:08
Show Gist options
  • Save dirtycajunrice/1fbec0c928ebdc6823d0339a8e3a0eec to your computer and use it in GitHub Desktop.
Save dirtycajunrice/1fbec0c928ebdc6823d0339a8e3a0eec to your computer and use it in GitHub Desktop.
#!/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