summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/get_airplay_key
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/get_airplay_key')
-rwxr-xr-xabs/core/LinHES-system/get_airplay_key6
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