I hereby claim:
- I am cewood on github.
- I am cameronewood (https://keybase.io/cameronewood) on keybase.
- I have a public key whose fingerprint is F68A 980D 22FF 50C6 BE6C 5D02 6F37 FDE3 89C7 A18B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # script for pyenv installation of pygtk3 in ubuntu 12.04 | |
| # Adapted from https://gist.github.com/mehcode/6172694 | |
| system_package_installed() { | |
| if ! dpkg -l | grep -q $1; then | |
| sudo apt-get install $1 | |
| fi | |
| } |
| credentials: &trakt_credentials | |
| api_key: 91e5965f5df67558374f5198bd761bc9 | |
| username: someusername | |
| password: somepassword | |
| trakt_list: *trakt_credentials | |
| custom: flexget_tv | |
| trakt_remove: *trakt_credentials | |
| list: flexget_tv |