From 5c308109fdebe4e89ef749f8af666d0f5d78c16c Mon Sep 17 00:00:00 2001 From: Pecusx Date: Fri, 5 May 2017 23:14:02 +0200 Subject: [PATCH] Install python library to send metadata to icecast server --- html/scripts/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/scripts/update.sh b/html/scripts/update.sh index 30aefc6..423778d 100644 --- a/html/scripts/update.sh +++ b/html/scripts/update.sh @@ -6,3 +6,7 @@ modprobe snd-aloop # Install darkice for encoding said audio stream into mp3 apt-get -y install darkice + +# Install python library to send metadata to icecast server + apt-get -y install python-requests +