diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-16 22:08:01 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-16 22:08:01 (GMT) |
commit | 2c5a67ec9f7176f022449415a48f48d89cf0afad (patch) | |
tree | 5df6f12de751b985abc7e8a0661fa7821dbe3696 /abs/core/LinHES-system/get_airplay_key | |
parent | 13db4e5f492412b8127322169ffc8e75c3ea4ef4 (diff) | |
download | linhes_pkgbuild-2c5a67ec9f7176f022449415a48f48d89cf0afad.zip linhes_pkgbuild-2c5a67ec9f7176f022449415a48f48d89cf0afad.tar.gz linhes_pkgbuild-2c5a67ec9f7176f022449415a48f48d89cf0afad.tar.bz2 |
LinHES-system: move get_airplay_key, importfile.sh, myth2mkv, myth2mp3, and ripD_eject.sh from linhes-scripts
Diffstat (limited to 'abs/core/LinHES-system/get_airplay_key')
-rwxr-xr-x | abs/core/LinHES-system/get_airplay_key | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/core/LinHES-system/get_airplay_key b/abs/core/LinHES-system/get_airplay_key new file mode 100755 index 0000000..89a40dd --- /dev/null +++ b/abs/core/LinHES-system/get_airplay_key @@ -0,0 +1,6 @@ +#!/bin/bash + +. /usr/MythVantage/bin/install_functions.sh +curl https://raw.github.com/juhovh/shairplay/master/airport.key > $MYTHHOME/.mythtv/RAOPKey.rsa +chmod 755 $MYTHHOME/.mythtv/RAOPKey.rsa +chown mythtv:mythtv $MYTHHOME/.mythtv/RAOPKey.rsa
\ No newline at end of file |