Still having some issue with the execution when using thetvdb plugin but I don't know if that is the Jail or FlexGet 1.2.244. <-- it was a bug in 1.2.244 regarding the api_tvdb - fixed in 1.2.248.
Here is a simple shell script that will get FlexGet installed super fast in a standard jail in 9.3:
Code:
#!/bin/sh
pkg upgrade -y
pkg install -y net/py-urllib3 databases/py-sqlite3 devel/py-pip rar unrar nano
pip install --upgrade pip
pip install --upgrade setuptools
pip install flexget
pip install --upgrade flexget
pip install transmissionrpc
pip install --upgrade transmissionrpc
If you update the packages, nano installs. Nano is NOT needed for FlexGet but I like it.
Cheers,