Files
docker-deployment/build/scripts/sickbeard.sh
Rik Veenboer a307062d5b Import some files and transform to working containers for:
* mysql
* lighttpd (with php and mysql)
* transmission
* sabnzbd
* sickbeard
* couchpotato
* headphones
* btsync
2015-01-14 15:17:36 +00:00

13 lines
293 B
Bash

#!/bin/bash
set -e
source /build/config
set -x
## Environment
export_env SICKBEARD_CONFIG /host/etc/sickbeard/config.ini
export_env SICKBEARD_DATA /host/var/lib/sickbeard
## SickBeard
apt_get_install_permanent python-cheetah
cd /opt
git clone https://github.com/midgetspy/Sick-Beard.git